]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/install-plugin.model.ts
WIP plugins: update plugin
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / install-plugin.model.ts
1 export interface InstallOrUpdatePlugin {
2 npmName?: string
3 path?: string
4 }