1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Use search client scope

This commit is contained in:
Chocobozzz 2019-07-22 16:04:44 +02:00 committed by Chocobozzz
parent 93cae47925
commit e8f902c05c
8 changed files with 25 additions and 16 deletions

View file

@ -1,6 +1,8 @@
import { PluginClientScope } from './plugin-client-scope.type'
export type ClientScript = {
script: string,
scopes: string[]
scopes: PluginClientScope[]
}
export type PluginPackageJson = {