1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

added typings to popup services

This commit is contained in:
Kyle Spearrin
2018-01-11 14:45:27 -05:00
parent 969eb76ccc
commit 9644b7eeb3
7 changed files with 29 additions and 8 deletions

View File

@@ -57,6 +57,8 @@ import BrowserPlatformUtilsService from '../services/browserPlatformUtils.servic
import BrowserStorageService from '../services/browserStorage.service';
import i18nService from '../services/i18n.service';
import { AutofillService as AutofillServiceAbstraction } from '../services/abstractions/autofill.service';
export default class MainBackground {
messagingService: MessagingServiceAbstraction;
storageService: StorageServiceAbstraction;
@@ -78,7 +80,7 @@ export default class MainBackground {
syncService: SyncServiceAbstraction;
passwordGenerationService: PasswordGenerationServiceAbstraction;
totpService: TotpServiceAbstraction;
autofillService: AutofillService;
autofillService: AutofillServiceAbstraction;
containerService: ContainerService;
onUpdatedRan: boolean;