This commit is contained in:
Blandine Bajard 2022-02-18 17:22:17 +01:00
parent 056576b87f
commit 388804ae06
5 changed files with 171 additions and 52 deletions

View file

@ -3,5 +3,7 @@ import { Team } from './team';
export interface Menu {
libelle: string;
dateMenu: Date;
dateMenu: string;
repas: string;
id: number;
}