Type Alias YTSCurrentlyLiveCreateOrConnectWithoutYoutubeStreamerInput

YTSCurrentlyLiveCreateOrConnectWithoutYoutubeStreamerInput: {
    create: XOR<YTSCurrentlyLiveCreateWithoutYoutubeStreamerInput, YTSCurrentlyLiveUncheckedCreateWithoutYoutubeStreamerInput>;
    where: YTSCurrentlyLiveWhereUniqueInput;
}