@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
8 lines (6 loc) • 460 B
text/typescript
import type { UAVariableT } from "node-opcua-address-space-base";
import type { DataType } from "node-opcua-variant";
// ----- this file has been automatically generated - do not edit
// biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types
export interface UAProperty_Base<T, DT extends DataType> {}
export interface UAProperty<T, DT extends DataType> extends UAVariableT<T, DT>, UAProperty_Base<T, DT> {}