// ----- this file has been automatically generated - do not edit import { UAAlarmCondition, UAAlarmCondition_Base } from "./ua_alarm_condition" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |DiscreteAlarmType i=10523 | * |isAbstract |false | */ export type UADiscreteAlarm_Base = UAAlarmCondition_Base; export interface UADiscreteAlarm extends UAAlarmCondition, UADiscreteAlarm_Base { }