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