Chocobozzz/PeerTube

View on GitHub
packages/models/src/plugins/plugin-index/peertube-plugin-index-list.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { PluginType_Type } from '../plugin.type.js'

export interface PeertubePluginIndexList {
  start: number
  count: number
  sort: string
  pluginType?: PluginType_Type
  currentPeerTubeEngine?: string
  search?: string
}