aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/plugin-client-scope.type.ts
blob: e188ce1003bd3cd77bddc68816e38c519af2ef58 (plain) (blame)
1
export type PluginClientScope = 'common' | 'video-watch' | 'search' | 'signup' | 'login' | 'embed' | 'video-edit'