backup read, upload and restore
This commit is contained in:
parent
e5cb8fecc6
commit
f8fb222ebb
13 changed files with 555 additions and 8 deletions
7
src/viewmodels/admin/user/backup.models.ts
Normal file
7
src/viewmodels/admin/user/backup.models.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import type { BackupSection } from "../../../types/backupTypes";
|
||||
|
||||
export interface BackupRestoreViewModel {
|
||||
filename: string;
|
||||
partial: boolean;
|
||||
include: Array<BackupSection>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue