UNPKG

nestjs-paginate

Version:

Pagination and filtering helper method for TypeORM repositories or query builders using Nest.js framework.

8 lines (7 loc) 201 B
import { ToyShopAddressEntity } from './toy-shop-address.entity'; export declare class ToyShopEntity { id: number; shopName: string; address: ToyShopAddressEntity; createdAt: string; }