@twinfinity/coreInterfacesT8QuantityOn this pageT8Quantity <TUnit>Represents a single quantity value with its type and optional unit.Index PropertiestypeunitvalueProperties typetype: stringThe type identifier of the quantityoptionalunitunit?: TUnitOptional unit of measurement for the quantityvaluevalue: string | number | booleanThe quantity value (can be boolean, number, or string)
Represents a single quantity value with its type and optional unit.