bug fixes file deletions and more
This commit is contained in:
@@ -2,5 +2,6 @@ export interface File {
|
||||
name: string,
|
||||
is_dir: boolean,
|
||||
size: number,
|
||||
last_modified: string
|
||||
last_modified: string,
|
||||
toggled: string,
|
||||
}
|
||||
@@ -5,7 +5,8 @@ export interface User {
|
||||
plan: {
|
||||
id: number,
|
||||
max_storage: number
|
||||
}
|
||||
},
|
||||
usage: number,
|
||||
}
|
||||
|
||||
export interface FileUpload {
|
||||
|
||||
Reference in New Issue
Block a user