// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "./ua_audit_update_method_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuditUpdateStateEventType i=2315 | * |isAbstract |true | */ export interface UAAuditUpdateStateEvent_Base extends UAAuditUpdateMethodEvent_Base { oldStateId: UAProperty; newStateId: UAProperty; } export interface UAAuditUpdateStateEvent extends UAAuditUpdateMethodEvent, UAAuditUpdateStateEvent_Base { }