// ----- this file has been automatically generated - do not edit import { UAAuditEvent, UAAuditEvent_Base } from "./ua_audit_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuditHistoryConfigurationChangeEventType i=32758 | * |isAbstract |true | */ export type UAAuditHistoryConfigurationChangeEvent_Base = UAAuditEvent_Base; export interface UAAuditHistoryConfigurationChangeEvent extends UAAuditEvent, UAAuditHistoryConfigurationChangeEvent_Base { }