feat: update ms system
This commit is contained in:
@@ -25,6 +25,10 @@ export namespace interfaces {
|
||||
public disable() { }
|
||||
}
|
||||
export interface ExecMetadata extends plugin.BaseMetadata {
|
||||
/**
|
||||
* 执行器所在对象 用于绑定this
|
||||
*/
|
||||
target?: any
|
||||
/**
|
||||
* 执行器
|
||||
*/
|
||||
@@ -68,5 +72,4 @@ export namespace interfaces {
|
||||
*/
|
||||
readonly?: boolean
|
||||
}
|
||||
export type PluginLike = Plugin | string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user