mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
encrypted import for bitwarden json (#220)
This commit is contained in:
@@ -9,5 +9,5 @@ export abstract class ImportService {
|
||||
regularImportOptions: ImportOption[];
|
||||
getImportOptions: () => ImportOption[];
|
||||
import: (importer: Importer, fileContents: string, organizationId?: string) => Promise<Error>;
|
||||
getImporter: (format: string, organization?: boolean) => Importer;
|
||||
getImporter: (format: string, organizationId: string) => Importer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user