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.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.