Type Alias TSCurrentlyLiveCreateOrConnectWithoutTwitchStreamerInput

TSCurrentlyLiveCreateOrConnectWithoutTwitchStreamerInput: {
    create: XOR<TSCurrentlyLiveCreateWithoutTwitchStreamerInput, TSCurrentlyLiveUncheckedCreateWithoutTwitchStreamerInput>;
    where: TSCurrentlyLiveWhereUniqueInput;
}