mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
removing uploaded files
This commit is contained in:
parent
38a4c8e6a6
commit
770f3cb2aa
11 changed files with 137 additions and 31 deletions
|
@ -58,7 +58,7 @@ export type UUID = string;
|
|||
export type IUploadType = 'image' | 'text' | 'audio' | 'video' | 'other';
|
||||
|
||||
export interface IFile {
|
||||
id?: UUID;
|
||||
id?: number;
|
||||
temp_id?: UUID;
|
||||
user_id?: UUID;
|
||||
node_id?: UUID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue