@tmlmt/cooklang-parser / Cookware
Interface: Cookware
Defined in: types.ts:194
Represents a piece of cookware in a recipe.
Properties
hidden?
optional
hidden:boolean
Defined in: types.ts:200
Whether the cookware is hidden.
name
name:
string
Defined in: types.ts:196
The name of the cookware.
optional?
optional
optional:boolean
Defined in: types.ts:198
Whether the cookware is optional.