// ----- this file has been automatically generated - do not edit import { UAAuditCertificateEvent, UAAuditCertificateEvent_Base } from "./ua_audit_certificate_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuditCertificateMismatchEventType i=2089 | * |isAbstract |true | */ export type UAAuditCertificateMismatchEvent_Base = UAAuditCertificateEvent_Base; export interface UAAuditCertificateMismatchEvent extends UAAuditCertificateEvent, UAAuditCertificateMismatchEvent_Base { }