Type Alias WSStatsChannelIdCreateOrConnectWithoutWhatnotStreamerInput

WSStatsChannelIdCreateOrConnectWithoutWhatnotStreamerInput: {
    create: XOR<WSStatsChannelIdCreateWithoutWhatnotStreamerInput, WSStatsChannelIdUncheckedCreateWithoutWhatnotStreamerInput>;
    where: WSStatsChannelIdWhereUniqueInput;
}