import { UAVariableT } from "node-opcua-address-space-base"; import { DataType } from "node-opcua-variant"; /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |VariableType | * |typedDefinition |BaseDataVariableType i=63 | * |dataType |Null | * |dataType Name |(VariantOptions | VariantOptions[]) i=0 | * |value rank |-2 | * |isAbstract |false | */ export interface UABaseDataVariable_Base { } export interface UABaseDataVariable extends UAVariableT, UABaseDataVariable_Base { }