mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
extract analytics to jslib
This commit is contained in:
@@ -15,4 +15,5 @@ export abstract class PlatformUtilsService {
|
||||
launchUri: (uri: string, options?: any) => void;
|
||||
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
|
||||
alertError: (title: string, message: string) => void;
|
||||
getApplicationVersion: () => string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user