Interface PreviewIndexList

The list of indexes that exist in the project.

IndexList

interface PreviewIndexList {
    indexes?: PreviewIndexModel[];
}

Properties

Properties

indexes?: PreviewIndexModel[]

List of indexes in the project

IndexList