@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) • 468 B
text/typescript
import type { UABaseConditionClass, UABaseConditionClass_Base } from "./ua_base_condition_class";
// ----- this file has been automatically generated - do not edit
export interface UATestingConditionSubClass_Base extends UABaseConditionClass_Base {}
// biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types
export interface UATestingConditionSubClass extends UABaseConditionClass, UATestingConditionSubClass_Base {}