UNPKG

lynx-framework

Version:

lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.

7 lines (6 loc) 111 B
export declare class Page<T> { data: T; currentPage: Number; maxPage: Number; total: Number; }