1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

foramtting fixes

This commit is contained in:
Kyle Spearrin
2018-01-24 09:27:08 -05:00
parent edc3bd1f81
commit 5557c5b638

View File

@@ -5,6 +5,6 @@ export abstract class EnvironmentService {
identityUrl: string; identityUrl: string;
iconsUrl: string; iconsUrl: string;
setUrlsFromStorage:() => Promise<void>; setUrlsFromStorage: () => Promise<void>;
setUrls: (urls: any) => Promise<any>; setUrls: (urls: any) => Promise<any>;
} }