Team🔗Definition🔗export interface Team { // Name of the team. name: string; // Email of the team. email?: string; } See also🔗 TeamBuilder