Chocobozzz/PeerTube

View on GitHub
client/src/app/core/rest/rest-pagination.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface RestPagination {
  start: number
  count: number
}