Design second video upload step
[oweals/peertube.git] / client / src / app / shared / video / video-pagination.model.ts
1 export interface VideoPagination {
2   currentPage: number
3   itemsPerPage: number
4   totalItems?: number
5 }