UNPKG

@cnamts/vue-dot

Version:

Implementation of our Design System for the French Health Insurance

15 lines (11 loc) 282 B
import { ErrorCodes } from './errorCodes'; export interface ErrorEvent { file: File | DataTransferItemList; code: ErrorCodes; } export type ErrorCodesType = { [key: string]: string; }; export interface HTMLInputEvent extends Event { target: HTMLInputElement & EventTarget; }