// ----- this file has been automatically generated - do not edit import { UAAuditConditionEvent, UAAuditConditionEvent_Base } from "./ua_audit_condition_event" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuditConditionOutOfServiceEventType i=17259 | * |isAbstract |false | */ export type UAAuditConditionOutOfServiceEvent_Base = UAAuditConditionEvent_Base; export interface UAAuditConditionOutOfServiceEvent extends UAAuditConditionEvent, UAAuditConditionOutOfServiceEvent_Base { }