แสดง ขนาดของไฟล์
This commit is contained in:
parent
319103d8e2
commit
9e44592a1e
2 changed files with 40 additions and 3 deletions
|
|
@ -2,6 +2,8 @@ interface DataBackup {
|
|||
id: string;
|
||||
name: string;
|
||||
timestamp: Date;
|
||||
databaseSize: number;
|
||||
storageSize: number;
|
||||
status: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue