PeerTube/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts

17 lines
243 B
TypeScript

export interface PeerTubePluginIndex {
npmName: string
description: string
homepage: string
createdAt: Date
updatedAt: Date
popularity: number
latestVersion: string
official: boolean
name?: string
installed?: boolean
}