Skip to content

@tmlmt/cooklang-parser / Range

Interface: Range

Represents a range of quantities, e.g. "1-2"

Properties

max

max: DecimalValue | FractionValue


min

min: DecimalValue | FractionValue


type

type: "range"