428ccb8b7
503c6f440
6702a1b2c
1
2
3
4 5 6 7 8 9 10
import { PluginType } from '../plugin.type' export interface PeertubePluginIndexList { start: number count: number sort: string pluginType?: PluginType currentPeerTubeEngine?: string search?: string }