organizee-front/src/app/models/team.ts
2022-01-20 17:58:46 +01:00

3 lines
42 B
TypeScript

export interface Team {
nom : string;
}