This commit is contained in:
trochas
2026-01-07 11:51:09 +01:00
parent 7094373ca2
commit 5f62ba2a54
10 changed files with 130 additions and 37 deletions

View File

@@ -23,7 +23,7 @@ export class Session{
id!: number;
name!: String;
activites: Activite[] = [];
isRecurent! : Boolean;
isRecurrent! : Boolean;
creneau!: Date;
coach!: Coach;
athletes!: Athlete[]