1
0
Fork 0
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:
Fedor Katurov 2019-10-16 12:46:52 +07:00
parent 38a4c8e6a6
commit 770f3cb2aa
11 changed files with 137 additions and 31 deletions

View file

@ -6,7 +6,7 @@ export interface IUploadStatus {
is_uploading: boolean;
error: string;
preview: string;
uuid: UUID;
uuid: IFile['id'];
url: string;
type: string;
thumbnail_url: string;