@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
17 lines (15 loc) • 896 B
text/typescript
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 |NamespacesType i=11645 |
* |isAbstract |false |
*/
// biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types
export interface UANamespaces_Base {
// PlaceHolder for $NamespaceIdentifier$
}
export interface UANamespaces extends UAObject, UANamespaces_Base {}