1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
muerwre 2019-08-23 09:23:31 +07:00
commit 1278c3230a
11 changed files with 80 additions and 6 deletions

View file

@ -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;
@ -112,4 +113,9 @@ 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