sync working code, and import type-doc
This commit is contained in:
6
lib/app/communications/customer.d.ts
vendored
6
lib/app/communications/customer.d.ts
vendored
@ -10,6 +10,8 @@ interface InitConfig {
|
||||
}
|
||||
|
||||
export class CustomerCommunication {
|
||||
constructor (opt: InitConfig);
|
||||
|
||||
get autoUpdatesEnabled(): boolean;
|
||||
set autoUpdatesEnabled(enabled: boolean);
|
||||
get autoUpdates(): boolean;
|
||||
@ -21,8 +23,4 @@ export class CustomerCommunication {
|
||||
set statusLink(checked: boolean);
|
||||
|
||||
create(): HTMLElement;
|
||||
}
|
||||
|
||||
declare var CustomerCommunication: {
|
||||
new(opt: InitConfig): CustomerCommunication
|
||||
}
|
Reference in New Issue
Block a user