export interface DetachTeamUserInput {
    teamId: string;
    userId: string;
}
export interface DetachTeamUserOutput {
}
