Simple Meal Plan Filters
Last updated
Was this helpful?
Was this helpful?
filters: {
kcalRange: {
breakfast: { min: 100, max: 500 }
lunch: { min: 100, max: 400 }
snack: { min: 100, max: 300 }
dinner: { min: 100, max: 400 }
}
tags: {
breakfast: ["healthy"]
lunch: ["delicious"]
snack: ["salad"]
dinner: ["delicious"]
}
}