feat: support multi stage load

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-21 15:05:37 +08:00
parent c4c2c0ab0f
commit 2a60b36e23
3 changed files with 17 additions and 18 deletions

View File

@ -30,6 +30,7 @@ export namespace interfaces {
export interface ListenerMetadata {
name?: string;
executor?: string;
servertype?: string;
}
export type PluginLike = Plugin | string;
}