aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/client/plugin-client-scope.type.ts
blob: 92734533df83e3ef4464730cbf782c1494b3f54f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
export type PluginClientScope =
  'common' |
  'video-watch' |
  'search' |
  'signup' |
  'login' |
  'embed' |
  'video-edit' |
  'admin-plugin' |
  'my-library'