]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/plugins/peertube-plugin-index-list.model.ts
Begin support for external auths
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / peertube-plugin-index-list.model.ts
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 }