Sequelize.getModelsWithIndices() method
The registered models that declare at least one column index.
Signature:
getModelsWithIndices(): (typeof BaseModel)[];
Returns:
(typeof BaseModel)[]
Model classes with a non-empty indices option, in registration order.