]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/result-list.model.ts
Share playlists state
[github/Chocobozzz/PeerTube.git] / shared / models / result-list.model.ts
1 export interface ResultList<T> {
2 total: number
3 data: T[]
4 }