Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/pricing / / PricingDiffEntry
Interface: PricingDiffEntry
Defined in: pricing/src/types.ts:80
Result row reported by diffPricing.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
after? | readonly | ModelPrice | pricing/src/types.ts:85 |
before? | readonly | ModelPrice | pricing/src/types.ts:84 |
changedFields? | readonly | readonly keyof ModelPrice[] | pricing/src/types.ts:86 |
kind | readonly | "added" | "removed" | "changed" | pricing/src/types.ts:83 |
model | readonly | string | pricing/src/types.ts:82 |
provider | readonly | string | pricing/src/types.ts:81 |