Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/pricing / / PricingAutoRefreshConfig

Interface: PricingAutoRefreshConfig

Defined in: pricing/src/config.ts:15

Auto-refresh configuration. The enabled flag exists in the type for forward compatibility but is enforced false in v0.1 per the zero-default-telemetry policy: refreshing the snapshot makes an outbound HTTP call, so it must remain an explicit user action.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
enabledreadonlyfalseAlways false in v0.1. Reserved for v0.2+.pricing/src/config.ts:17
intervalHours?readonlynumberSuggested cadence for v0.2+. Ignored at runtime in v0.1.pricing/src/config.ts:19