export interface AttachTeamRoleInput {
    teamId: string;
    roleId: string;
}
export interface AttachTeamRoleOutput {
}
