]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/peertube-plugin.model.ts
Add peertube plugin index website models
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / peertube-plugin.model.ts
index e3c10002736b1d377ff0191616776a9c55ac3727..2b0bb8cfa2ba284ded61a732995809fae2c12672 100644 (file)
@@ -1,6 +1,8 @@
+import { PluginType } from './plugin.type'
+
 export interface PeerTubePlugin {
   name: string
-  type: number
+  type: PluginType
   latestVersion: string
   version: string
   enabled: boolean