UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

7 lines (6 loc) 173 B
import { ValidateError } from '../ValidateError'; export interface ValidateErrorListInterface { [field: string]: { [rule: string]: ValidateError; }; }