PeerTube/shared/models/plugins/peertube-plugin-latest-vers...

6 lines
105 B
TypeScript
Raw Normal View History

export interface PeertubePluginLatestVersion {
currentPeerTubeEngine?: string,
npmNames: string[]
}