Skip to content
Snippets Groups Projects
Team.ts 54 B
Newer Older
  • Learn to ignore specific revisions
  • export interface Team {
      id: number
      name: string
    }