]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/install-plugin.model.ts
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / install-plugin.model.ts
index b1b46fa0838faa897b303b6b918834c2fd5f5251..5a268ebe18b436d852d1eb07c6f90451133c01c0 100644 (file)
@@ -1,4 +1,4 @@
-export interface InstallPlugin {
+export interface InstallOrUpdatePlugin {
   npmName?: string
   path?: string
 }