The list of indexes that exist in the project.

Export

IndexList

interface IndexList {
    indexes?: IndexDescription[];
}

Properties

Properties

indexes?: IndexDescription[]

Memberof

IndexList