⚠️ This is pre-release documentation for v3. For stable docs, visit v2.
Skip to content

@tmlmt/cooklang-parser / MetadataTime

Interface: MetadataTime

Represents time information for a recipe.

Properties

cook?

optional cook: string

The cooking time (not parsed into DateTime format).


prep?

optional prep: string

The preparation time (not parsed into DateTime format).


total?

optional total: string

The total time required (not parsed into DateTime format).