3 lines
42 B
TypeScript
3 lines
42 B
TypeScript
export interface Team {
|
|
nom : string;
|
|
}
|
export interface Team {
|
|
nom : string;
|
|
}
|