1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

setup for client event collection

This commit is contained in:
Kyle Spearrin
2019-06-20 08:56:45 -04:00
parent 740c01c33c
commit 49a6b5046f
7 changed files with 59 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ export abstract class EnvironmentService {
identityUrl: string;
iconsUrl: string;
notificationsUrl: string;
eventsUrl: string;
getWebVaultUrl: () => string;
setUrlsFromStorage: () => Promise<void>;