⚠️ This is pre-release documentation for v3. For stable docs, visit v2.
Skip to content

@tmlmt/cooklang-parser / FixedNumericValue

Interface: FixedNumericValue

Represents a single, fixed numeric quantity. This can be a decimal or fraction.

Properties

type

type: "fixed"


value

value: DecimalValue | FractionValue