1
0
Fork 0
peertube/client/angular/videos/pagination.ts

6 lines
96 B
TypeScript

export interface Pagination {
currentPage: number;
itemsPerPage: number;
total: number;
}