UNPKG

@trapi/metadata

Version:

Generate REST-API metadata scheme from TypeScript Decorators.

6 lines 154 B
export type Validator = { value?: any; message?: string; }; export type Validators = Record<string, Validator>; //# sourceMappingURL=type.d.ts.map