Interface ProductSearchFacetDistinctBucketSortExpression

interface ProductSearchFacetDistinctBucketSortExpression {
    by: string;
    order: string;
}

Properties

Properties

by: string

Defines whether to sort by bucket count or key.

order: string

Defines the sorting order.