import type { ExtensionObject } from "node-opcua-extension-object";

// ----- this file has been automatically generated - do not edit

// biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types
export interface DTStructure {}
export interface UDTStructure extends ExtensionObject, DTStructure {};