mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
types
This commit is contained in:
parent
1278c3230a
commit
ffede9cf97
1 changed files with 0 additions and 4 deletions
|
@ -113,9 +113,5 @@ export interface INode {
|
||||||
updatedAt?: string;
|
updatedAt?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
export type IUploadProgressHandler = (progressEvent: any) => void;
|
|
||||||
=======
|
|
||||||
export type IUploadProgressHandler = (current: number, total: number) => void;
|
export type IUploadProgressHandler = (current: number, total: number) => void;
|
||||||
export type IValidationErrors = Record<string, keyof typeof ERRORS>;
|
export type IValidationErrors = Record<string, keyof typeof ERRORS>;
|
||||||
>>>>>>> 148974ab7db3e8500e236e312dd546d39e5c322b
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue