Skip to main content

T8Quantity <TUnit>

Represents a single quantity value with its type and optional unit.

Index

Properties

Properties

type

type: string

The type identifier of the quantity

optionalunit

unit?: TUnit

Optional unit of measurement for the quantity

value

value: string | number | boolean

The quantity value (can be boolean, number, or string)

Page Options