@terrestris/shogun-util
    Preparing search index...

    Interface PageSorter

    interface PageSorter {
        order?: "asc" | "desc";
        properties: string[];
    }
    Index
    order?: "asc" | "desc"
    properties: string[]