mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
export service
This commit is contained in:
4
src/abstractions/export.service.ts
Normal file
4
src/abstractions/export.service.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export abstract class ExportService {
|
||||
getCsv: () => Promise<string>;
|
||||
getFileName: () => string;
|
||||
}
|
||||
Reference in New Issue
Block a user