Type Alias KSCurrentlyLiveCreateNestedOneWithoutKickStreamerInput

KSCurrentlyLiveCreateNestedOneWithoutKickStreamerInput: {
    connect?: KSCurrentlyLiveWhereUniqueInput;
    connectOrCreate?: KSCurrentlyLiveCreateOrConnectWithoutKickStreamerInput;
    create?: XOR<KSCurrentlyLiveCreateWithoutKickStreamerInput, KSCurrentlyLiveUncheckedCreateWithoutKickStreamerInput>;
}