X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fplugins%2Fpeertube-plugin.model.ts;h=2b0bb8cfa2ba284ded61a732995809fae2c12672;hb=2498aaead1fb4f34c8c375ef9edff33456c4527a;hp=de3c7741bc07625511fde74b9997429976f13d60;hpb=dba85a1e9e9f603ba52e1ea42deaf3fdd799b1d8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/plugins/peertube-plugin.model.ts b/shared/models/plugins/peertube-plugin.model.ts index de3c7741b..2b0bb8cfa 100644 --- a/shared/models/plugins/peertube-plugin.model.ts +++ b/shared/models/plugins/peertube-plugin.model.ts @@ -1,6 +1,9 @@ +import { PluginType } from './plugin.type' + export interface PeerTubePlugin { name: string - type: number + type: PluginType + latestVersion: string version: string enabled: boolean uninstalled: boolean