// ----- this file has been automatically generated - do not edit import { UAOffNormalAlarm, UAOffNormalAlarm_Base } from "./ua_off_normal_alarm" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |SystemDiagnosticAlarmType i=18496 | * |isAbstract |false | */ export type UASystemDiagnosticAlarm_Base = UAOffNormalAlarm_Base; export interface UASystemDiagnosticAlarm extends UAOffNormalAlarm, UASystemDiagnosticAlarm_Base { }