Type Alias WSCurrentlyLiveCreateNestedOneWithoutWhatnotStreamerInput

WSCurrentlyLiveCreateNestedOneWithoutWhatnotStreamerInput: {
    connect?: WSCurrentlyLiveWhereUniqueInput;
    connectOrCreate?: WSCurrentlyLiveCreateOrConnectWithoutWhatnotStreamerInput;
    create?: XOR<WSCurrentlyLiveCreateWithoutWhatnotStreamerInput, WSCurrentlyLiveUncheckedCreateWithoutWhatnotStreamerInput>;
}