/** * ViewData for UpdateTeam */ export interface UpdateTeamViewData { success: boolean; }