diff options
Diffstat (limited to 'shared/models/plugins/plugin-index/peertube-plugin-index.model.ts')
-rw-r--r-- | shared/models/plugins/plugin-index/peertube-plugin-index.model.ts | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts b/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts deleted file mode 100644 index 36dfef943..000000000 --- a/shared/models/plugins/plugin-index/peertube-plugin-index.model.ts +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | export interface PeerTubePluginIndex { | ||
2 | npmName: string | ||
3 | description: string | ||
4 | homepage: string | ||
5 | createdAt: Date | ||
6 | updatedAt: Date | ||
7 | |||
8 | popularity: number | ||
9 | |||
10 | latestVersion: string | ||
11 | |||
12 | official: boolean | ||
13 | |||
14 | name?: string | ||
15 | installed?: boolean | ||
16 | } | ||