// ----- this file has been automatically generated - do not edit import { DataType } from "node-opcua-variant" import { UAString } from "node-opcua-basic-types" import { UABaseDataVariable, UABaseDataVariable_Base } from "./ua_base_data_variable" import { DTBuildInfo } from "./dt_build_info" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |VariableType | * |typedDefinition |BuildInfoType i=3051 | * |dataType |ExtensionObject | * |dataType Name |DTBuildInfo i=338 | * |value rank |-1 | * |isAbstract |false | */ export interface UABuildInfo_Base extends UABaseDataVariable_Base { productUri: UABaseDataVariable; manufacturerName: UABaseDataVariable; productName: UABaseDataVariable; softwareVersion: UABaseDataVariable; buildNumber: UABaseDataVariable; buildDate: UABaseDataVariable; } export interface UABuildInfo extends UABaseDataVariable, UABuildInfo_Base { }