WIP plugins: update plugin

This commit is contained in:
Chocobozzz
2019-07-12 11:39:58 +02:00
committed by Chocobozzz
parent 8d2be0ed7b
commit b5f919ac8e
24 changed files with 389 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
export interface InstallPlugin {
export interface InstallOrUpdatePlugin {
npmName?: string
path?: string
}

View File

@@ -1,6 +1,7 @@
export interface PeerTubePlugin {
name: string
type: number
latestVersion: string
version: string
enabled: boolean
uninstalled: boolean