// ----- this file has been automatically generated - do not edit import { UABaseEvent, UABaseEvent_Base } from "./ua_base_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |BaseModelChangeEventType i=2132 | * |isAbstract |true | */ export type UABaseModelChangeEvent_Base = UABaseEvent_Base; export interface UABaseModelChangeEvent extends UABaseEvent, UABaseModelChangeEvent_Base { }