@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
18 lines (15 loc) • 867 B
text/typescript
import type { UAMethod } from "node-opcua-address-space-base";
import type { UAFile, UAFile_Base } from "./ua_file";
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |----------------|------------------------------------------------------------|
* |namespace |http://opcfoundation.org/UA/ |
* |nodeClass |ObjectType |
* |typedDefinition |AddressSpaceFileType i=11595 |
* |isAbstract |false |
*/
export interface UAAddressSpaceFile_Base extends UAFile_Base {
exportNamespace?: UAMethod;
}
export interface UAAddressSpaceFile extends UAFile, UAAddressSpaceFile_Base {}