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

@tmlmt/cooklang-parser / FixedValue

Interface: FixedValue

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

Properties

type

type: "fixed"


value

value: DecimalValue | FractionValue | TextValue