Fix black theme on some screens
[oweals/peertube.git] / client / src / app / shared / rest / rest-pagination.ts
1 export interface RestPagination {
2   start: number
3   count: number
4 }