Type Alias TwitchStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput

TwitchStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput: {
    data: XOR<TwitchStreamerUpdateWithoutStatsChannelIdsInput, TwitchStreamerUncheckedUpdateWithoutStatsChannelIdsInput>;
    where?: TwitchStreamerWhereInput;
}