mirror of
https://github.com/bitwarden/jslib
synced 2025-12-23 19:53:55 +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