Values for from and to must be a number or DateTime.

interface ProductSearchFacetRangesFacetRange {
    from?: any;
    key?: string;
    to?: any;
}

Properties

Properties

from?: any

Starting value of the bucket (inclusive).

key?: string

Key to assign the bucket.

to?: any

Ending value of the bucket (non-inclusive).