sync
This commit is contained in:
Vendored
+1
-1
@@ -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