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

5 lines
96 B
TypeScript

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