mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
exporting organization data
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export abstract class ExportService {
|
||||
getCsv: () => Promise<string>;
|
||||
getFileName: () => string;
|
||||
getExport: (format?: 'csv' | 'json') => Promise<string>;
|
||||
getOrganizationExport: (organizationId: string, format?: 'csv' | 'json') => Promise<string>;
|
||||
getFileName: (prefix?: string) => string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user