aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/plugin-client-scope.type.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/plugins/plugin-client-scope.type.ts')
-rw-r--r--shared/models/plugins/plugin-client-scope.type.ts10
1 files changed, 9 insertions, 1 deletions
diff --git a/shared/models/plugins/plugin-client-scope.type.ts b/shared/models/plugins/plugin-client-scope.type.ts
index e188ce100..8cc234ff2 100644
--- a/shared/models/plugins/plugin-client-scope.type.ts
+++ b/shared/models/plugins/plugin-client-scope.type.ts
@@ -1 +1,9 @@
1export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login' | 'embed' | 'video-edit' 1export type PluginClientScope =
2 'common' |
3 'video-watch' |
4 'search' |
5 'signup' |
6 'login' |
7 'embed' |
8 'video-edit' |
9 'admin-plugin'