Type Alias TWSCurrentlyLiveCreateOrConnectWithoutTwitterStreamerInput

TWSCurrentlyLiveCreateOrConnectWithoutTwitterStreamerInput: {
    create: XOR<TWSCurrentlyLiveCreateWithoutTwitterStreamerInput, TWSCurrentlyLiveUncheckedCreateWithoutTwitterStreamerInput>;
    where: TWSCurrentlyLiveWhereUniqueInput;
}