import type { UAAuditCertificateEvent, UAAuditCertificateEvent_Base } from "./ua_audit_certificate_event";
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |AuditCertificateUntrustedEventType i=2087                   |
 * |isAbstract      |true                                                        |
 */
export type UAAuditCertificateUntrustedEvent_Base = UAAuditCertificateEvent_Base;
export interface UAAuditCertificateUntrustedEvent extends UAAuditCertificateEvent, UAAuditCertificateUntrustedEvent_Base {
}
