mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
Move to libs
This commit is contained in:
6
libs/common/src/importers/importer.ts
Normal file
6
libs/common/src/importers/importer.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { ImportResult } from "../models/domain/importResult";
|
||||
|
||||
export interface Importer {
|
||||
organizationId: string;
|
||||
parse(data: string): Promise<ImportResult>;
|
||||
}
|
||||
Reference in New Issue
Block a user