]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/peertube-plugin-latest-version.model.ts
Add peertube plugin index website models
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / peertube-plugin-latest-version.model.ts
1 export interface PeertubePluginLatestVersion {
2 currentPeerTubeEngine?: string,
3
4 npmNames: string[]
5 }