export interface DetachTeamGroupInput {
    teamId: string;
    groupId: string;
}
export interface DetachTeamGroupOutput {
}
