Type Alias KSCurrentlyLiveCreateOrConnectWithoutKickStreamerInput

KSCurrentlyLiveCreateOrConnectWithoutKickStreamerInput: {
    create: XOR<KSCurrentlyLiveCreateWithoutKickStreamerInput, KSCurrentlyLiveUncheckedCreateWithoutKickStreamerInput>;
    where: KSCurrentlyLiveWhereUniqueInput;
}