Type Alias UserUpdateToOneWithWhereWithoutRumbleAccountInput

UserUpdateToOneWithWhereWithoutRumbleAccountInput: {
    data: XOR<UserUpdateWithoutRumbleAccountInput, UserUncheckedUpdateWithoutRumbleAccountInput>;
    where?: UserWhereInput;
}