Type Alias ClientUpdateToOneWithWhereWithoutTwitchCredentialsInput

ClientUpdateToOneWithWhereWithoutTwitchCredentialsInput: {
    data: XOR<ClientUpdateWithoutTwitchCredentialsInput, ClientUncheckedUpdateWithoutTwitchCredentialsInput>;
    where?: ClientWhereInput;
}