]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/plugin-package-json.model.ts
Use search client scope
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / plugin-package-json.model.ts
index f8029ec3435d5b2cfa0654498e9a05d6a47c761e..87a48e97f78c57aef7c7972b04dc9e38bead0c8d 100644 (file)
@@ -1,6 +1,8 @@
+import { PluginClientScope } from './plugin-client-scope.type'
+
 export type ClientScript = {
   script: string,
-  scopes: string[]
+  scopes: PluginClientScope[]
 }
 
 export type PluginPackageJson = {