]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/plugins/peertube-plugin-index-list.model.ts
Merge branch 'signup-hooks' into 'develop'
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / peertube-plugin-index-list.model.ts
CommitLineData
503c6f44
C
1import { PluginType } from './plugin.type'
2
6702a1b2 3export interface PeertubePluginIndexList {
503c6f44
C
4 start: number
5 count: number
6 sort: string
7 pluginType?: PluginType
8 currentPeerTubeEngine?: string
9 search?: string
10}