Type Alias TwitterStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput

TwitterStreamerUpdateToOneWithWhereWithoutStatsChannelIdsInput: {
    data: XOR<TwitterStreamerUpdateWithoutStatsChannelIdsInput, TwitterStreamerUncheckedUpdateWithoutStatsChannelIdsInput>;
    where?: TwitterStreamerWhereInput;
}