@tmlmt/cooklang-parser / TextItem
Interface: TextItem
Defined in: types.ts:126
Represents a text item in a recipe step.
Properties
type
type:
"text"
Defined in: types.ts:128
The type of the item.
value
value:
string
Defined in: types.ts:130
The value of the item.