interface OrderSearchQueryExpressionValue {
    boost?: number;
    customType?: string;
    field: string;
}

Hierarchy (view full)

Properties

boost?: number
customType?: string
field: string