import type { UADictionaryEntry, UADictionaryEntry_Base } from "./ua_dictionary_entry";

// ----- this file has been automatically generated - do not edit
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |IrdiDictionaryEntryType i=17598                             |
 * |isAbstract      |false                                                       |
 */
export type UAIrdiDictionaryEntry_Base = UADictionaryEntry_Base;
export interface UAIrdiDictionaryEntry extends UADictionaryEntry, UAIrdiDictionaryEntry_Base {}