import type { UAObject } from "node-opcua-address-space-base";

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

// biome-ignore lint/suspicious/noEmptyInterface: forward-compatible placeholder for OPC-UA generated types
export interface UAAliasName_Base {}
export interface UAAliasName extends UAObject, UAAliasName_Base {}