]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/peertube-plugin-list.model.ts
Add peertube plugin index website models
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / peertube-plugin-list.model.ts
1 import { PluginType } from './plugin.type'
2
3 export interface PeertubePluginList {
4 start: number
5 count: number
6 sort: string
7 pluginType?: PluginType
8 currentPeerTubeEngine?: string
9 search?: string
10 }