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) 808 B
import type { UAFolder, UAFolder_Base } from "./ua_folder"; // ----- this file has been automatically generated - do not edit /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |ApplicationConfigurationFolderType i=16662 | * |isAbstract |false | */ export type UAApplicationConfigurationFolder_Base = UAFolder_Base; export interface UAApplicationConfigurationFolder extends UAFolder, UAApplicationConfigurationFolder_Base {}