1
0
Fork 0
peertube/client/app/videos/shared/pagination.model.ts

6 lines
96 B
TypeScript
Raw Normal View History

2016-05-22 04:43:06 -04:00
export interface Pagination {
currentPage: number;
itemsPerPage: number;
total: number;
}