]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/plugins/plugin-index/peertube-plugin-index-list.model.ts
Merge branch 'release/3.2.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-index / peertube-plugin-index-list.model.ts
CommitLineData
428ccb8b 1import { PluginType } from '../plugin.type'
503c6f44 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}