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:
parent
ba26b374ba
commit
5659914f3f
4 changed files with 19 additions and 9 deletions
src/redux
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue