export interface ITeam { readonly id: number readonly name: string readonly userId: number }