refactor(desktop): backup paths

This commit is contained in:
Aman Harwara
2023-06-06 20:58:08 +05:30
parent 9cae641693
commit db997955af
3 changed files with 19 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ export interface BackupServiceInterface {
getFilesBackupsLocation(): string | undefined
openFilesBackupsLocation(): Promise<void>
openFileBackup(record: FileBackupRecord): Promise<void>
getFileBackupAbsolutePath(record: FileBackupRecord): string
getFileBackupAbsolutePath(record: FileBackupRecord): Promise<string>
isTextBackupsEnabled(): boolean
enableTextBackups(): Promise<void>