Your IP : 216.73.216.52


Current Path : /var/www/recommendations/www/node_modules/sequelize/types/
Upload File :
Current File : //var/www/recommendations/www/node_modules/sequelize/types/instance-validator.d.ts

import { Hookable } from "./model";

export interface ValidationOptions extends Hookable {
  /**
   * 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[];
}