Type Alias TSStatsChannelIdUpdateToOneWithWhereWithoutTwitchStreamerInput

TSStatsChannelIdUpdateToOneWithWhereWithoutTwitchStreamerInput: {
    data: XOR<TSStatsChannelIdUpdateWithoutTwitchStreamerInput, TSStatsChannelIdUncheckedUpdateWithoutTwitchStreamerInput>;
    where?: TSStatsChannelIdWhereInput;
}