UNPKG

@ohu-mobile/core

Version:
6 lines (5 loc) 191 B
import { ValidationError } from 'yup'; export declare class FormError extends Error { errors: Record<string, ValidationError>; constructor(errors: Record<string, ValidationError>); }