interface OrderSearchQueryExpressionValue {
    boost?: number;
    customType?: string;
    field: 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