Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / CapacitySheetFigure

Interface: CapacitySheetFigure

Defined in: packages/core/src/orchestrator/capacity-sheet.ts:40

One figure of the sheet: a number, its unit, and where it came from.

Properties

PropertyTypeDescriptionDefined in
namestring-packages/core/src/orchestrator/capacity-sheet.ts:41
note?stringThe formula, the source, or the assumption's own statement.packages/core/src/orchestrator/capacity-sheet.ts:46
provenance"given" | "derived" | "assumption" | "observed"-packages/core/src/orchestrator/capacity-sheet.ts:44
unitCapacitySheetUnit-packages/core/src/orchestrator/capacity-sheet.ts:43
valuenumber-packages/core/src/orchestrator/capacity-sheet.ts:42