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
| Property | Type | Description | Defined in |
|---|---|---|---|
name | string | - | packages/core/src/orchestrator/capacity-sheet.ts:41 |
note? | string | The 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 |
unit | CapacitySheetUnit | - | packages/core/src/orchestrator/capacity-sheet.ts:43 |
value | number | - | packages/core/src/orchestrator/capacity-sheet.ts:42 |