Type Alias KSStatsChannelIdCreateOrConnectWithoutKickStreamerInput

KSStatsChannelIdCreateOrConnectWithoutKickStreamerInput: {
    create: XOR<KSStatsChannelIdCreateWithoutKickStreamerInput, KSStatsChannelIdUncheckedCreateWithoutKickStreamerInput>;
    where: KSStatsChannelIdWhereUniqueInput;
}