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) 172 B
import type { ExtensionObject } from "node-opcua-extension-object"; export interface DTStructure { } export interface UDTStructure extends ExtensionObject, DTStructure { }