mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 11:34:01 -06:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
export interface InstallOrUpdatePlugin {
|
|
npmName?: string
|
|
path?: string
|
|
}
|