Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / CapacitySheetUnit

Type Alias: CapacitySheetUnit

ts
type CapacitySheetUnit = 
  | "wires"
  | "usd"
  | "ms"
  | "wires-per-minute"
  | "percent"
  | "count"
  | "ratio";

Defined in: packages/core/dist/index.d.ts

The unit vocabulary of a sheet figure; closed on purpose.