prorm API Reference
    Preparing search index...

    Interface DatabaseIndexInfo

    Index information from database (via showIndexes)

    interface DatabaseIndexInfo {
        name: string;
        unique: boolean;
        type?: string;
        fields: string[];
        primary: boolean;
    }
    Index
    name: string
    unique: boolean
    type?: string
    fields: string[]
    primary: boolean