export interface HttpRegisterNewTeamRequest { teamName: string; personal: boolean; }