Preparing search index...
    interface BusinessSearchSortMeta {
        hideable?: boolean;
        order: number;
        sortField: string;
        title: () => string;
        valueType: VALUE_TYPE;
    }
    Index

    Properties

    hideable?: boolean
    order: number
    sortField: string
    title: () => string
    valueType: VALUE_TYPE