Maximum Time per Meal

The maxTimeMinutes object sets maximum values of preparation time for each meal. These are optional fields.

List of Fields

Example

 maxTimeMinutes:{
      breakfast:10,
      dinner:5,
      snack:200,
      lunch:3
    }

Use this object in the following :

Last updated