Type Alias UserSessionUpdateManyWithWhereWithoutUserInput

UserSessionUpdateManyWithWhereWithoutUserInput: {
    data: XOR<UserSessionUpdateManyMutationInput, UserSessionUncheckedUpdateManyWithoutUserInput>;
    where: UserSessionScalarWhereInput;
}