export interface AttachTeamGroupInput {
    teamId: string;
    groupId: string;
}
export interface AttachTeamGroupOutput {
}
