Type Alias WSCurrentlyLiveCreateOrConnectWithoutWhatnotStreamerInput

WSCurrentlyLiveCreateOrConnectWithoutWhatnotStreamerInput: {
    create: XOR<WSCurrentlyLiveCreateWithoutWhatnotStreamerInput, WSCurrentlyLiveUncheckedCreateWithoutWhatnotStreamerInput>;
    where: WSCurrentlyLiveWhereUniqueInput;
}