mirror of
https://github.com/bitwarden/jslib
synced 2026-01-04 01:23:14 +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