// ----- this file has been automatically generated - do not edit import { ExtensionObject } from "node-opcua-extension-object" /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |Structure | * | isAbstract|true | */ export interface DTStructure { } export interface UDTStructure extends ExtensionObject, DTStructure {};