Type Alias TSStatsChannelIdCreateOrConnectWithoutTwitchStreamerInput

TSStatsChannelIdCreateOrConnectWithoutTwitchStreamerInput: {
    create: XOR<TSStatsChannelIdCreateWithoutTwitchStreamerInput, TSStatsChannelIdUncheckedCreateWithoutTwitchStreamerInput>;
    where: TSStatsChannelIdWhereUniqueInput;
}