Skip to content

@tmlmt/cooklang-parser / Timer

Interface: Timer

Defined in: types.ts:113

Represents a timer in a recipe.

Properties

duration

duration: number

Defined in: types.ts:117

The duration of the timer.


name?

optional name: string

Defined in: types.ts:115

The name of the timer.


unit

unit: string

Defined in: types.ts:119

The unit of the timer.