import type { UAExclusiveLimitAlarm, UAExclusiveLimitAlarm_Base } from "./ua_exclusive_limit_alarm";

// ----- this file has been automatically generated - do not edit
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |ExclusiveLevelAlarmType i=9482                              |
 * |isAbstract      |false                                                       |
 */
export type UAExclusiveLevelAlarm_Base = UAExclusiveLimitAlarm_Base;
export interface UAExclusiveLevelAlarm extends UAExclusiveLimitAlarm, UAExclusiveLevelAlarm_Base {}