Type Alias YoutubeStreamerCreateNestedOneWithoutIsCurrentlyLiveInput

YoutubeStreamerCreateNestedOneWithoutIsCurrentlyLiveInput: {
    connect?: YoutubeStreamerWhereUniqueInput;
    connectOrCreate?: YoutubeStreamerCreateOrConnectWithoutIsCurrentlyLiveInput;
    create?: XOR<YoutubeStreamerCreateWithoutIsCurrentlyLiveInput, YoutubeStreamerUncheckedCreateWithoutIsCurrentlyLiveInput>;
}