tracking files
This commit is contained in:
parent
cce97527b5
commit
9b3c02f6c1
73 changed files with 1671 additions and 479 deletions
5
src/app/models/mail.ts
Normal file
5
src/app/models/mail.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export interface Mail {
|
||||
recipient: string;
|
||||
subject: string;
|
||||
message: string;
|
||||
}
|
||||
|
|
@ -2,6 +2,8 @@ import { Membre } from './membre';
|
|||
import { Team } from './team';
|
||||
|
||||
export interface Menu {
|
||||
libelle: string;
|
||||
dateMenu: Date;
|
||||
dateMenu: string;
|
||||
repasMidi: string;
|
||||
repasSoir: string;
|
||||
id: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue