Single target plugin entrypoints (#19467)
This commit is contained in:
parent
02b19bc3d7
commit
f3997d8082
18 changed files with 292 additions and 62 deletions
|
|
@ -42,7 +42,8 @@ export type Plugin = (input: PluginInput, options?: PluginOptions) => Promise<Ho
|
|||
|
||||
export type PluginModule = {
|
||||
id?: string
|
||||
server?: Plugin
|
||||
server: Plugin
|
||||
tui?: never
|
||||
}
|
||||
|
||||
type Rule = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue