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,
|
||||
}
|
||||
Reference in New Issue
Block a user