1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

uploading

This commit is contained in:
muerwre 2019-08-08 14:01:18 +07:00
parent f9f39a94c8
commit 75fb88b209
6 changed files with 29 additions and 9 deletions

View file

@ -55,6 +55,7 @@ export interface IFile {
name: string;
path: string;
full_path: string;
url: string;
size: number;
type: 'image' | 'text' | 'audio' | 'video';