Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/pricing / / PricingDiffEntry
Interface: PricingDiffEntry
Defined in: pricing/src/types.ts:107
Stable
Result row reported by diffPricing.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
after? | readonly | ModelPrice | pricing/src/types.ts:112 |
before? | readonly | ModelPrice | pricing/src/types.ts:111 |
changedFields? | readonly | readonly keyof ModelPrice[] | pricing/src/types.ts:113 |
kind | readonly | "added" | "removed" | "changed" | pricing/src/types.ts:110 |
model | readonly | string | pricing/src/types.ts:109 |
provider | readonly | string | pricing/src/types.ts:108 |