// ----- this file has been automatically generated - do not edit import { UAObject } from "node-opcua-address-space-base" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |DataTypeEncodingType i=76 | * |isAbstract |false | */ export interface UADataTypeEncoding_Base { } export interface UADataTypeEncoding extends UAObject, UADataTypeEncoding_Base { }