prorm API Reference
    Preparing search index...

    Interface IndexDescription

    Index description

    interface IndexDescription {
        name: string;
        unique: boolean;
        fields: { attribute: string; order: string }[];
        type?: string;
    }
    Index
    name: string
    unique: boolean
    fields: { attribute: string; order: string }[]
    type?: string