prorm API Reference
    Preparing search index...

    Interface IndexHintOptions

    Options for index hint decorators

    interface IndexHintOptions {
        index: string;
        type?: string;
        order?: "FIRST" | "LAST";
    }
    Index
    index: string

    Index name

    type?: string

    Index type (for some databases)

    order?: "FIRST" | "LAST"

    For JOIN order hint