The list of indexes that exist in the project.

IndexList

interface IndexList {
    indexes?: IndexModel[];
}

Properties

Properties

indexes?: IndexModel[]

List of indexes in the project

IndexList