Your IP : 216.73.217.30


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

/**
 * Available index hints to be used for querying data in mysql for index hints.
 */
declare enum IndexHints {
  USE = 'USE',
  FORCE = 'FORCE',
  IGNORE = 'IGNORE'
}

export = IndexHints;