mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 08:36:41 +07:00
tried to make upload sagas
This commit is contained in:
parent
caf85c104f
commit
3872ff5903
9 changed files with 180 additions and 80 deletions
src/redux
|
@ -67,6 +67,7 @@ export interface IFile {
|
|||
export interface IFileWithUUID {
|
||||
temp_id?: UUID;
|
||||
file: File;
|
||||
subject: string;
|
||||
}
|
||||
|
||||
export interface IBlock {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue