// ----- this file has been automatically generated - do not edit import { UAObject } from "node-opcua-address-space-base" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |BaseConditionClassType i=11163 | * |isAbstract |true | */ export interface UABaseConditionClass_Base { } export interface UABaseConditionClass extends UAObject, UABaseConditionClass_Base { }