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:
parent
95443635b4
commit
05980ce440
4 changed files with 14 additions and 6 deletions
src/redux
|
@ -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>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue