Alokai

PriceRange

Representation of a Price Range PriceRange

export interface PriceRange {
	'maxPrice'?: Price;
	'minPrice'?: Price;
}

Properties

NameRequiredTypeDescription
maxPriceOptionalPrice{Price} PriceRange
minPriceOptionalPrice{Price} PriceRange

Referenced Types

On this page