1
0
Fork 0
peertube/client/src/app/core/rest/rest-pagination.ts

5 lines
68 B
TypeScript

export interface RestPagination {
start: number
count: number
}