import type { UAObject } from "node-opcua-address-space-base";

// ----- this file has been automatically generated - do not edit

/**
 * |                |                                                            |
 * |----------------|------------------------------------------------------------|
 * |namespace       |http://opcfoundation.org/UA/                                |
 * |nodeClass       |ObjectType                                                  |
 * |typedDefinition |DictionaryEntryType i=17589                                 |
 * |isAbstract      |true                                                        |
 */
// biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types
export interface UADictionaryEntry_Base {
   // PlaceHolder for $DictionaryEntryName$
}
export interface UADictionaryEntry extends UAObject, UADictionaryEntry_Base {}