Skip to content

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

PropertyModifierTypeDefined in
after?readonlyModelPricepricing/src/types.ts:112
before?readonlyModelPricepricing/src/types.ts:111
changedFields?readonlyreadonly keyof ModelPrice[]pricing/src/types.ts:113
kindreadonly"added" | "removed" | "changed"pricing/src/types.ts:110
modelreadonlystringpricing/src/types.ts:109
providerreadonlystringpricing/src/types.ts:108