Type Alias TTSStatsChannelIdCreateOrConnectWithoutTiktokStreamerInput

TTSStatsChannelIdCreateOrConnectWithoutTiktokStreamerInput: {
    create: XOR<TTSStatsChannelIdCreateWithoutTiktokStreamerInput, TTSStatsChannelIdUncheckedCreateWithoutTiktokStreamerInput>;
    where: TTSStatsChannelIdWhereUniqueInput;
}