mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
WIP plugins: update plugin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface InstallPlugin {
|
||||
export interface InstallOrUpdatePlugin {
|
||||
npmName?: string
|
||||
path?: string
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export interface PeerTubePlugin {
|
||||
name: string
|
||||
type: number
|
||||
latestVersion: string
|
||||
version: string
|
||||
enabled: boolean
|
||||
uninstalled: boolean
|
||||
|
||||
Reference in New Issue
Block a user