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