import { PagedMeta } from './meta.paged'; import { CustomEntity } from '../entities/custom-entity.entity'; import { TPagedList, TCustomEntity } from '@cromwell/core'; export declare class PagedCustomEntity implements TPagedList { pagedMeta?: PagedMeta; elements?: CustomEntity[]; } //# sourceMappingURL=custom-entity.paged.d.ts.map