import type AttributeTableAttachmentElement from "../elements/AttributeTableAttachmentElement.js";
import type AttributeTableFieldElement from "../elements/AttributeTableFieldElement.js";
import type AttributeTableRelationshipElement from "../elements/AttributeTableRelationshipElement.js";

/** @since 5.0 */
export type NestedAttributeTableElement = AttributeTableAttachmentElement | AttributeTableFieldElement | AttributeTableRelationshipElement;