mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
PM-5273 Added missing options
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user