Add playlist search option and search input for add-to-video-playlist dropdown
[oweals/peertube.git] / client / src / app / shared / rest / rest-pagination.ts
1 export interface RestPagination {
2   start: number
3   count: number
4 }