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!

4 lines (3 loc) 65 B
export interface IValidationSchema { [key: string]: string[] }