Rulvar API reference / @rulvar/core / CapacitySheetUnit
Type Alias: CapacitySheetUnit
ts
type CapacitySheetUnit =
| "wires"
| "usd"
| "ms"
| "wires-per-minute"
| "percent"
| "count"
| "ratio";Defined in: packages/core/src/orchestrator/capacity-sheet.ts:36
The unit vocabulary of a sheet figure; closed on purpose.