export interface DetachTeamRoleInput {
    teamId: string;
    roleId: string;
}
export interface DetachTeamRoleOutput {
}
