fix: types
This commit is contained in:
@@ -10,6 +10,7 @@ export interface Bridge {
|
||||
onMajorDataChange(): void;
|
||||
onInitialDataLoad(): void;
|
||||
onSearch(text?: string): void;
|
||||
downloadBackup(): void;
|
||||
}
|
||||
export declare class BrowserBridge implements Bridge {
|
||||
environment: Environment;
|
||||
@@ -21,4 +22,5 @@ export declare class BrowserBridge implements Bridge {
|
||||
onMajorDataChange(): void;
|
||||
onInitialDataLoad(): void;
|
||||
onSearch(): void;
|
||||
downloadBackup(): void;
|
||||
}
|
||||
|
||||
@@ -21,7 +21,8 @@ declare type WebServices = {
|
||||
keyboardService: KeyboardManager;
|
||||
};
|
||||
export declare class WebApplication extends SNApplication {
|
||||
private $compile?;
|
||||
private $compile;
|
||||
private bridge;
|
||||
private scope?;
|
||||
private webServices;
|
||||
private currentAuthenticationElement?;
|
||||
|
||||
Reference in New Issue
Block a user