diff options
Diffstat (limited to 'shared/models/plugins/plugin-index/peertube-plugin-index-list.model.ts')
-rw-r--r-- | shared/models/plugins/plugin-index/peertube-plugin-index-list.model.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shared/models/plugins/plugin-index/peertube-plugin-index-list.model.ts b/shared/models/plugins/plugin-index/peertube-plugin-index-list.model.ts deleted file mode 100644 index ecb46482e..000000000 --- a/shared/models/plugins/plugin-index/peertube-plugin-index-list.model.ts +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | import { PluginType } from '../plugin.type' | ||
2 | |||
3 | export interface PeertubePluginIndexList { | ||
4 | start: number | ||
5 | count: number | ||
6 | sort: string | ||
7 | pluginType?: PluginType | ||
8 | currentPeerTubeEngine?: string | ||
9 | search?: string | ||
10 | } | ||