prorm API Reference
    Preparing search index...

    Interface IndexDefinition

    Index definition extracted from model

    interface IndexDefinition {
        name: string;
        unique: boolean;
        type?: string;
        fields: string[];
        where?: Record<string, any>;
        using?: string;
    }
    Index
    name: string
    unique: boolean
    type?: string
    fields: string[]
    where?: Record<string, any>
    using?: string