MapErrorsOptions
@tsed/ajv
Usage
typescript
import { MapErrorsOptions } from "@tsed/ajv";Overview
ts
interface MapErrorsOptions {
collectionType?: Type<any> | any;
errorFormatter: ErrorFormatter;
type?: Type<any> | any;
value: unknown;
}collectionType
ts
collectionType?: Type<any> | any;errorFormatter
ts
errorFormatter: ErrorFormatter;type
ts
type?: Type<any> | any;value
ts
value: unknown;