Type Alias UserRumbleAccountUpdateToOneWithWhereWithoutUserInput

UserRumbleAccountUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserRumbleAccountUpdateWithoutUserInput, UserRumbleAccountUncheckedUpdateWithoutUserInput>;
    where?: UserRumbleAccountWhereInput;
}