Preparing search index...
    interface ISortField {
        field: string;
        order: ORDER;
        type: VALUE_TYPE;
    }
    Index

    Properties

    Properties

    field: string
    order: ORDER