Documentation
    Preparing search index...

    Interface IndexFieldDescription

    interface IndexFieldDescription {
        attribute: string;
        collate: string | undefined;
        length: number | undefined;
        order: "ASC" | "DESC";
    }
    Index
    attribute: string
    collate: string | undefined
    length: number | undefined
    order: "ASC" | "DESC"