import type { UAOffNormalAlarm, UAOffNormalAlarm_Base } from "./ua_off_normal_alarm";

// ----- this file has been automatically generated - do not edit
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |InstrumentDiagnosticAlarmType i=18347                       |
 * |isAbstract      |false                                                       |
 */
export type UAInstrumentDiagnosticAlarm_Base = UAOffNormalAlarm_Base;
export interface UAInstrumentDiagnosticAlarm extends UAOffNormalAlarm, UAInstrumentDiagnosticAlarm_Base {}