mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
node api
This commit is contained in:
parent
a662256221
commit
148974ab7d
8 changed files with 56 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
import { DetailedHTMLProps, InputHTMLAttributes } from 'react';
|
||||
import { DIALOGS } from '~/redux/modal/constants';
|
||||
import { ERRORS } from '~/constants/errors';
|
||||
|
||||
export interface ITag {
|
||||
title: string;
|
||||
|
@ -113,3 +114,4 @@ export interface INode {
|
|||
}
|
||||
|
||||
export type IUploadProgressHandler = (current: number, total: number) => void;
|
||||
export type IValidationErrors = Record<string, keyof typeof ERRORS>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue