// ----- this file has been automatically generated - do not edit import { UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { DTAxisInformation } from "./dt_axis_information" import { UAArrayItem, UAArrayItem_Base } from "./ua_array_item" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |VariableType | * |typedDefinition |ImageItemType i=12047 | * |dataType |Null | * |dataType Name |VariantOptions[] i=0 | * |value rank |2 | * |isAbstract |false | */ export interface UAImageItem_Base extends UAArrayItem_Base { xAxisDefinition: UAProperty; yAxisDefinition: UAProperty; } export interface UAImageItem extends UAArrayItem, UAImageItem_Base { }