PeerTube/client/src/app/shared/rest/rest-pagination.ts

5 lines
68 B
TypeScript

export interface RestPagination {
start: number
count: number
}