Type Alias ActiveInviteUpdateManyWithWhereWithoutTeamInput

ActiveInviteUpdateManyWithWhereWithoutTeamInput: {
    data: XOR<ActiveInviteUpdateManyMutationInput, ActiveInviteUncheckedUpdateManyWithoutTeamInput>;
    where: ActiveInviteScalarWhereInput;
}