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

Hierarchy

Properties

boost?: number
customType?: string
field: string

Generated using TypeDoc