Type Alias TTSCurrentlyLiveCreateOrConnectWithoutTiktokStreamerInput

TTSCurrentlyLiveCreateOrConnectWithoutTiktokStreamerInput: {
    create: XOR<TTSCurrentlyLiveCreateWithoutTiktokStreamerInput, TTSCurrentlyLiveUncheckedCreateWithoutTiktokStreamerInput>;
    where: TTSCurrentlyLiveWhereUniqueInput;
}