prorm API Reference
    Preparing search index...

    Interface IndexDefinition

    An existing index as reported by the engine.

    interface IndexDefinition {
        name: string;
        unique?: boolean;
        type?: string;
        using?: string;
        fields: string[];
        where?: string | WhereOptions;
        invisible?: boolean;
    }
    Index
    name: string
    unique?: boolean
    type?: string
    using?: string
    fields: string[]
    where?: string | WhereOptions
    invisible?: boolean