1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
muerwre 2019-08-23 09:23:52 +07:00
parent 1278c3230a
commit ffede9cf97

View file

@ -113,9 +113,5 @@ export interface INode {
updatedAt?: string;
}
<<<<<<< HEAD
export type IUploadProgressHandler = (progressEvent: any) => void;
=======
export type IUploadProgressHandler = (current: number, total: number) => void;
export type IValidationErrors = Record<string, keyof typeof ERRORS>;
>>>>>>> 148974ab7db3e8500e236e312dd546d39e5c322b