UNPKG

@opcua/for-node-red

Version:

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

7 lines (5 loc) 372 B
import type { UAObject } from "node-opcua-address-space-base"; // ----- this file has been automatically generated - do not edit // biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types export interface UAConnectionTransport_Base {} export interface UAConnectionTransport extends UAObject, UAConnectionTransport_Base {}