mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-29 12:55:21 +01:00
PM-5273 Added missing options
This commit is contained in:
parent
fff8d0610e
commit
f0705a7ecf
@ -14,7 +14,10 @@ import {
|
|||||||
i18nServiceFactory,
|
i18nServiceFactory,
|
||||||
I18nServiceInitOptions,
|
I18nServiceInitOptions,
|
||||||
} from "../../../platform/background/service-factories/i18n-service.factory";
|
} from "../../../platform/background/service-factories/i18n-service.factory";
|
||||||
import { stateProviderFactory } from "../../../platform/background/service-factories/state-provider.factory";
|
import {
|
||||||
|
stateProviderFactory,
|
||||||
|
StateProviderInitOptions,
|
||||||
|
} from "../../../platform/background/service-factories/state-provider.factory";
|
||||||
|
|
||||||
import { cipherServiceFactory, CipherServiceInitOptions } from "./cipher-service.factory";
|
import { cipherServiceFactory, CipherServiceInitOptions } from "./cipher-service.factory";
|
||||||
|
|
||||||
@ -23,7 +26,8 @@ type FolderServiceFactoryOptions = FactoryOptions;
|
|||||||
export type FolderServiceInitOptions = FolderServiceFactoryOptions &
|
export type FolderServiceInitOptions = FolderServiceFactoryOptions &
|
||||||
CryptoServiceInitOptions &
|
CryptoServiceInitOptions &
|
||||||
CipherServiceInitOptions &
|
CipherServiceInitOptions &
|
||||||
I18nServiceInitOptions;
|
I18nServiceInitOptions &
|
||||||
|
StateProviderInitOptions;
|
||||||
|
|
||||||
export function folderServiceFactory(
|
export function folderServiceFactory(
|
||||||
cache: { folderService?: AbstractFolderService } & CachedServices,
|
cache: { folderService?: AbstractFolderService } & CachedServices,
|
||||||
|
Loading…
Reference in New Issue
Block a user