Merge branch 'develop' into remove_facets

This commit is contained in:
vabene1111
2023-09-12 15:36:14 +02:00
committed by GitHub
23 changed files with 437 additions and 478 deletions

View File

@ -1812,7 +1812,13 @@ export interface MealPlan {
* @type {string}
* @memberof MealPlan
*/
date: string;
from_date: string;
/**
*
* @type {string}
* @memberof MealPlan
*/
to_date?: string | null;
/**
*
* @type {MealPlanMealType}