UNPKG

@foblex/ng-clarc

Version:

A ngClarc library providing a set of utilities and interfaces for various projects.

5 lines (4 loc) 84 B
export interface IPaginationModel { pageNumber: number; pageSize: number; }