split uploaded and generated backups
This commit is contained in:
parent
f8fb222ebb
commit
5cb68d92ce
11 changed files with 188 additions and 21 deletions
|
@ -9,7 +9,8 @@ export interface MembershipViewModel {
|
|||
|
||||
export interface MembershipStatisticsViewModel {
|
||||
durationInDays: number;
|
||||
durationInYears: string;
|
||||
durationInYears: number;
|
||||
exactDuration: string;
|
||||
status: string;
|
||||
statusId: number;
|
||||
memberId: string;
|
||||
|
|
|
@ -4,4 +4,5 @@ export interface BackupRestoreViewModel {
|
|||
filename: string;
|
||||
partial: boolean;
|
||||
include: Array<BackupSection>;
|
||||
overwrite: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue