import { TAttribute, TPagedList } from '@cromwell/core'; import { Attribute } from '../entities/attribute.entity'; import { PagedMeta } from './meta.paged'; export declare class PagedAttribute implements TPagedList { pagedMeta?: PagedMeta; elements?: Attribute[]; } //# sourceMappingURL=attribute.paged.d.ts.map