Skip to content
Snippets Groups Projects
team.ts 59 B
Newer Older
export interface Team {
    id: number;
    name: string;
}