Type Alias UserTwitchAccountUpdateToOneWithWhereWithoutUserInput

UserTwitchAccountUpdateToOneWithWhereWithoutUserInput: {
    data: XOR<UserTwitchAccountUpdateWithoutUserInput, UserTwitchAccountUncheckedUpdateWithoutUserInput>;
    where?: UserTwitchAccountWhereInput;
}