Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/pricing / / PricingSnapshot
Interface: PricingSnapshot
Defined in: pricing/src/types.ts:41
Single bundled snapshot.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
currency | readonly | "USD" | pricing/src/types.ts:45 |
entries | readonly | readonly ModelPrice[] | pricing/src/types.ts:47 |
sha256 | readonly | string | pricing/src/types.ts:46 |
snapshotDate | readonly | string | pricing/src/types.ts:44 |
source | readonly | string | pricing/src/types.ts:43 |
version | readonly | string | pricing/src/types.ts:42 |