Use search client scope
This commit is contained in:
parent
93cae47925
commit
e8f902c05c
8 changed files with 25 additions and 16 deletions
|
@ -1,12 +1,11 @@
|
|||
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
|
||||
import { ClientScript } from '../plugins/plugin-package-json.model'
|
||||
import { PluginClientScope } from '../plugins/plugin-scope.type'
|
||||
|
||||
export interface ServerConfigPlugin {
|
||||
name: string
|
||||
version: string
|
||||
description: string
|
||||
clientScripts: { [name in PluginClientScope]: ClientScript }
|
||||
clientScripts: { [name: string]: ClientScript }
|
||||
}
|
||||
|
||||
export interface ServerConfigTheme extends ServerConfigPlugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue