Type Alias YTSCurrentlyLiveCreateNestedOneWithoutYoutubeStreamerInput

YTSCurrentlyLiveCreateNestedOneWithoutYoutubeStreamerInput: {
    connect?: YTSCurrentlyLiveWhereUniqueInput;
    connectOrCreate?: YTSCurrentlyLiveCreateOrConnectWithoutYoutubeStreamerInput;
    create?: XOR<YTSCurrentlyLiveCreateWithoutYoutubeStreamerInput, YTSCurrentlyLiveUncheckedCreateWithoutYoutubeStreamerInput>;
}