]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/peertube-plugin-index.model.ts
2957a338d9f44b05dd76f1e4c4688ba1e514f4a3
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / peertube-plugin-index.model.ts
1 export interface PeerTubePluginIndex {
2 npmName: string
3 description: string
4 homepage: string
5 createdAt: Date
6 updatedAt: Date
7
8 popularity: number
9
10 latestVersion: string
11 }