mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed uploads
This commit is contained in:
parent
cad4e683bc
commit
32b9a0dbbb
9 changed files with 52 additions and 37 deletions
|
@ -112,4 +112,4 @@ export interface INode {
|
|||
updatedAt?: string;
|
||||
}
|
||||
|
||||
export type IUploadProgressHandler = (current: number, total: number) => void;
|
||||
export type IUploadProgressHandler = (progressEvent: any) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue