diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/types/client-script.model.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/types/client-script.model.ts b/client/src/types/client-script.model.ts index 6197fcac9..306c77c62 100644 --- a/client/src/types/client-script.model.ts +++ b/client/src/types/client-script.model.ts | |||
@@ -2,6 +2,4 @@ import { RegisterClientOptions } from './register-client-option.model' | |||
2 | 2 | ||
3 | export interface ClientScript { | 3 | export interface ClientScript { |
4 | register: (options: RegisterClientOptions) => Promise<any> | 4 | register: (options: RegisterClientOptions) => Promise<any> |
5 | |||
6 | unregister: () => Promise<any> | ||
7 | } | 5 | } |