menus
This commit is contained in:
parent
056576b87f
commit
388804ae06
5 changed files with 171 additions and 52 deletions
|
|
@ -3,5 +3,7 @@ import { Team } from './team';
|
|||
|
||||
export interface Menu {
|
||||
libelle: string;
|
||||
dateMenu: Date;
|
||||
dateMenu: string;
|
||||
repas: string;
|
||||
id: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue