/** @typedef {import("./IEntity").AttributeDeclarations} AttributeDeclarations */ export default class SubAttributesDeclaration { /** @param {AttributeDeclarations} attributes */ constructor(attributes) { this.attributes = attributes } }