UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

13 lines (12 loc) 818 B
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 |UriDictionaryEntryType i=17600 | * |isAbstract |false | */ export type UAUriDictionaryEntry_Base = UADictionaryEntry_Base; export interface UAUriDictionaryEntry extends UADictionaryEntry, UAUriDictionaryEntry_Base {}