Type Alias KickStreamerCreateOrConnectWithoutIsCurrentlyLiveInput

KickStreamerCreateOrConnectWithoutIsCurrentlyLiveInput: {
    create: XOR<KickStreamerCreateWithoutIsCurrentlyLiveInput, KickStreamerUncheckedCreateWithoutIsCurrentlyLiveInput>;
    where: KickStreamerWhereUniqueInput;
}