1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-04 09:06:40 +07:00

saving node and showing dialog

This commit is contained in:
muerwre 2019-08-24 18:05:46 +07:00
parent 95443635b4
commit 05980ce440
4 changed files with 14 additions and 6 deletions
src/redux

View file

@ -114,4 +114,4 @@ export interface INode {
}
export type IUploadProgressHandler = (progress: ProgressEvent) => void;
export type IValidationErrors = Record<string, keyof typeof ERRORS>;
export type IValidationErrors = Record<string, ValueOf<typeof ERRORS>>;