Skip to content

DoCurious API Reference / types / PriceRange

Interface: PriceRange

Defined in: types/common.types.ts:96

A min/max price range used for challenge cost filtering.

Properties

currency

currency: string

Defined in: types/common.types.ts:99


max

max: number

Defined in: types/common.types.ts:98


min

min: number

Defined in: types/common.types.ts:97

DoCurious Platform Documentation