UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

6 lines (5 loc) 202 B
import type { UAObject } from "node-opcua-address-space-base"; export interface UADataSetReaderMessage_Base { } export interface UADataSetReaderMessage extends UAObject, UADataSetReaderMessage_Base { }