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!

9 lines (7 loc) 204 B
import { IRequestSchemaClassMap } from './RequestSchemaClassMap' export interface ITemplateSetting { fileName: string rules: string[] templateType: keyof IRequestSchemaClassMap stroreDir?: any }