back/node_modules/express-validator/lib/middlewares/check.d.ts

4 lines
261 B
TypeScript

import { ErrorMessage, FieldMessageFactory, Location } from '../base';
import { ValidationChain } from '../chain';
export declare function check(fields?: string | string[], locations?: Location[], message?: FieldMessageFactory | ErrorMessage): ValidationChain;