1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-04 09:06:40 +07:00

upload mock

This commit is contained in:
muerwre 2019-08-06 18:41:37 +07:00
parent ba26b374ba
commit 5659914f3f
4 changed files with 19 additions and 9 deletions
src/redux

View file

@ -47,9 +47,10 @@ export interface IResultWithStatus<T> {
export type UUID = string;
export interface IFile {
id: UUID;
user_id: UUID;
node_id: UUID;
id?: UUID;
temp_id?: UUID;
user_id?: UUID;
node_id?: UUID;
name: string;
path: string;