Toutes les fonctionnalités to do list ok
This commit is contained in:
parent
cb1498a215
commit
59b55b35a7
6 changed files with 134 additions and 81 deletions
|
|
@ -3,9 +3,6 @@ import { Team } from './team';
|
|||
|
||||
export interface ToDoList {
|
||||
nom: string;
|
||||
team: Team;
|
||||
taches: Tache [];
|
||||
id:number;
|
||||
taches: Tache[];
|
||||
id: number;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue