mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
feat(react/settings): port backup DB list
This commit is contained in:
@@ -101,3 +101,9 @@ export interface PostTokensResponse {
|
||||
export interface BackupDatabaseNowResponse {
|
||||
backupFile: string;
|
||||
}
|
||||
|
||||
export interface DatabaseBackup {
|
||||
fileName: string;
|
||||
filePath: string;
|
||||
mtime: Date;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user