import type { NestedAttributeTableElementUnion } from "./types.js"; /** * @deprecated since version 5.1. Use [NestedAttributeTableElementUnion](https://developers.arcgis.com/javascript/latest/references/core/tables/support/types/#NestedAttributeTableElementUnion) instead. * @since 5.0 */ export type NestedAttributeTableElement = NestedAttributeTableElementUnion;