import { Type as NestType } from '@nestjs/common'; import { Constructor, Entity } from './base.dto'; export interface IBasePaginationResponse { items: T[]; total: number; } export declare const BasePaginationResponse: (dto: Constructor) => NestType>; export * from './paginations'; //# sourceMappingURL=base.response.d.ts.map