// ----- this file has been automatically generated - do not edit import { DataType } from "node-opcua-variant" import { UInt16, Byte } from "node-opcua-basic-types" import { UABaseInterface, UABaseInterface_Base } from "./ua_base_interface" import { UABaseDataVariable } from "./ua_base_data_variable" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |ISrClassType i=24169 | * |isAbstract |true | */ export interface UAISrClass_Base extends UABaseInterface_Base { id: UABaseDataVariable; priority: UABaseDataVariable; vid: UABaseDataVariable; } export interface UAISrClass extends UABaseInterface, UAISrClass_Base { }