芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/sequelize/types/lib/instance-validator.d.ts
export interface ValidationOptions { /** * An array of strings. All properties that are in this array will not be validated */ skip?: string[]; /** * An array of strings. Only the properties that are in this array will be validated */ fields?: string[]; /** * Run before and after validate hooks. * @default true. */ hooks?: boolean; }