Skip to content

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

PropertyModifierTypeDefined in
after?readonlyModelPricepricing/src/types.ts:85
before?readonlyModelPricepricing/src/types.ts:84
changedFields?readonlyreadonly keyof ModelPrice[]pricing/src/types.ts:86
kindreadonly"added" | "removed" | "changed"pricing/src/types.ts:83
modelreadonlystringpricing/src/types.ts:82
providerreadonlystringpricing/src/types.ts:81