mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
Add Alignment and Hide Default Launcher Options for intercom-web (#22920)
* Add Alignrment and Hide Default Launcher Options Added Alignment and Hide default launcher options for intercom settings. * Fixed build errors Added Semicolon instaed of comma.
This commit is contained in:
committed by
Wesley Wigham
parent
be285f96bf
commit
bb6a407de4
2
types/intercom-web/index.d.ts
vendored
2
types/intercom-web/index.d.ts
vendored
@@ -8,9 +8,11 @@
|
||||
|
||||
declare namespace Intercom_ {
|
||||
interface IntercomSettings {
|
||||
alignment?: string;
|
||||
app_id?: string;
|
||||
email?: string;
|
||||
created_at?: number;
|
||||
hide_default_launcher?: boolean;
|
||||
name?: string;
|
||||
user_id?: string;
|
||||
user_hash?: string;
|
||||
|
||||
Reference in New Issue
Block a user