import type { UAObject } from "node-opcua-address-space-base";
/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |DictionaryEntryType i=17589                                 |
 * |isAbstract      |true                                                        |
 */
export interface UADictionaryEntry_Base {
}
export interface UADictionaryEntry extends UAObject, UADictionaryEntry_Base {
}
