]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/peertube-plugin-index.model.ts
Add ability to search available plugins
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / peertube-plugin-index.model.ts
index 2957a338d9f44b05dd76f1e4c4688ba1e514f4a3..e91c8b4dcef73f902af8ac4f6ae8eded19f2e808 100644 (file)
@@ -8,4 +8,7 @@ export interface PeerTubePluginIndex {
   popularity: number
 
   latestVersion: string
+
+  name?: string
+  installed?: boolean
 }