mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
remove alerterror
This commit is contained in:
@@ -14,6 +14,5 @@ export abstract class PlatformUtilsService {
|
|||||||
isViewOpen: () => boolean;
|
isViewOpen: () => boolean;
|
||||||
launchUri: (uri: string, options?: any) => void;
|
launchUri: (uri: string, options?: any) => void;
|
||||||
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
||||||
alertError: (title: string, message: string) => void;
|
|
||||||
getApplicationVersion: () => string;
|
getApplicationVersion: () => string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user