@tmlmt/cooklang-parser / MetadataTime
Interface: MetadataTime
Represents time information for a recipe.
Properties
cook?
optionalcook?:string|number
The cooking time in minutes, or the raw string if it could not be parsed.
prep?
optionalprep?:string|number
The preparation time in minutes, or the raw string if it could not be parsed.
total?
optionaltotal?:string|number
The total time required in minutes, or the raw string if it could not be parsed.