sync
This commit is contained in:
2
lib/app/communications/customer.d.ts
vendored
2
lib/app/communications/customer.d.ts
vendored
@ -9,7 +9,7 @@ interface InitConfig {
|
||||
readonly?: boolean;
|
||||
}
|
||||
|
||||
export class CustomerCommunication {
|
||||
export default class CustomerCommunication {
|
||||
constructor (opt: InitConfig);
|
||||
|
||||
get autoUpdatesEnabled(): boolean;
|
||||
|
Reference in New Issue
Block a user