UNPKG

nodejs-schema-rules

Version:

The CLI tool automatically generates basic validation rules for popular libraries such as JOI, ValidatorJS and @vinejs/vine based on your database table schema!

6 lines (5 loc) 97 B
export interface IRequestSchemaGenerator { /** * buildAndStore */ buildAndStore(): any }