]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/pod.model.ts
Type functions
[github/Chocobozzz/PeerTube.git] / shared / models / pod.model.ts
1 export interface Pod {
2 id: number,
3 host: string,
4 email: string,
5 score: number,
6 createdAt: Date
7 }