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 5ea4b6bdaf
commit 046c86681b
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;
}