Price
A Price is a data structure with containing property values of prices for a card, organized by its uuid
, and is not a Data Model itself.
- Parent file: AllPrices, AllPricesToday
- Parent property:
data
TypeScript Model
Toggle Model
TypeScript
{
data: Record<string, PriceFormats>;
}
The Data Models of a configuration are documented in the following pages.