mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Add ability to search available plugins
This commit is contained in:
parent
503c6f440a
commit
6702a1b2cc
27 changed files with 513 additions and 81 deletions
|
@ -1,5 +1,10 @@
|
|||
export interface PeertubePluginLatestVersion {
|
||||
export interface PeertubePluginLatestVersionRequest {
|
||||
currentPeerTubeEngine?: string,
|
||||
|
||||
npmNames: string[]
|
||||
}
|
||||
|
||||
export type PeertubePluginLatestVersionResponse = {
|
||||
npmName: string
|
||||
latestVersion: string | null
|
||||
}[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue