PeerTube/client/angular/videos/pagination.ts

6 lines
96 B
TypeScript
Raw Normal View History

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