Represents the price statistics fields in the search response.

interface SearchResponseStatsStatsFieldsPrice {
    max: number;
    min: number;
}

Properties

Properties

max: number
min: number