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:
parent
93cae47925
commit
e8f902c05c
8 changed files with 25 additions and 16 deletions
|
@ -1,6 +1,8 @@
|
|||
import { PluginClientScope } from './plugin-client-scope.type'
|
||||
|
||||
export type ClientScript = {
|
||||
script: string,
|
||||
scopes: string[]
|
||||
scopes: PluginClientScope[]
|
||||
}
|
||||
|
||||
export type PluginPackageJson = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue