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