Type Alias UserUpdateToOneWithWhereWithoutTwitchAccountInput

UserUpdateToOneWithWhereWithoutTwitchAccountInput: {
    data: XOR<UserUpdateWithoutTwitchAccountInput, UserUncheckedUpdateWithoutTwitchAccountInput>;
    where?: UserWhereInput;
}