Files
api-impresiones/node_modules/express-validator/lib/middlewares/check.d.ts
T
2025-05-19 21:27:10 -04:00

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;