]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/result-list.model.ts
Videos overview page: first version
[github/Chocobozzz/PeerTube.git] / shared / models / result-list.model.ts
... / ...
CommitLineData
1export interface ResultList<T> {
2 total: number
3 data: T[]
4}