/** * Update team output data transfer object * Output from updating team information */ export interface UpdateTeamOutputDto { success: boolean; }