Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#47191 intercom-web: Make `intercomSettings…
Browse files Browse the repository at this point in the history
…` optional to allow `delete window.intercomSettings` (New change in TS 4.0) by @tklepzig
  • Loading branch information
tklepzig committed Sep 2, 2020
1 parent cb611cc commit f7cd2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/intercom-web/index.d.ts
Expand Up @@ -81,5 +81,5 @@ declare namespace Intercom_ {
declare var Intercom: Intercom_.IntercomStatic;
declare var intercomSettings: Intercom_.IntercomSettings;
interface Window {
intercomSettings: Intercom_.IntercomSettings;
intercomSettings?: Intercom_.IntercomSettings;
}

0 comments on commit f7cd2cd

Please sign in to comment.