aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/peertube-plugin-latest-version.model.ts
blob: 36dd3af54c9b1ba03e5e029b87c3efed7c75258f (plain) (blame)
1
2
3
4
5
export interface PeertubePluginLatestVersion {
  currentPeerTubeEngine?: string,

  npmNames: string[]
}