export interface AttachTeamUserInput {
    teamId: string;
    userId: string;
}
export interface AttachTeamUserOutput {
}
