interface OrderSearchDateRangeValue {
    boost?: number;
    customType?: string;
    field: string;
    gte?: string;
    lte?: string;
}

Hierarchy (View Summary)

Properties

boost?: number
customType?: string

Possible values for the customType property on query expressions indicating the data type of the field.

field: string
gte?: string
lte?: string