Type Alias KickStreamerCreateNestedOneWithoutIsCurrentlyLiveInput

KickStreamerCreateNestedOneWithoutIsCurrentlyLiveInput: {
    connect?: KickStreamerWhereUniqueInput;
    connectOrCreate?: KickStreamerCreateOrConnectWithoutIsCurrentlyLiveInput;
    create?: XOR<KickStreamerCreateWithoutIsCurrentlyLiveInput, KickStreamerUncheckedCreateWithoutIsCurrentlyLiveInput>;
}