1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00
Peertube/shared/models/result-list.model.ts
2017-07-05 14:14:16 +02:00

4 lines
63 B
TypeScript

export interface ResultList<T> {
total: number
data: T[]
}