UNPKG
@angular-customised/ngx-table-custom-sort
Version:
latest (15.7.2)
15.7.2
Angular easy table
@angular-customised/ngx-table-custom-sort
/
lib
/
model
/
pagination.d.ts
6 lines
•
130 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Pagination
{
limit
:
number
;
offset
:
number
;
count
:
number
; }
//# sourceMappingURL=pagination.d.ts.map