mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
fix: change the return result type to Promise
This commit is contained in:
parent
30686a5bb8
commit
a1a50f2570
@ -1,5 +1,5 @@
|
||||
export interface IPublicTypePluginConfig {
|
||||
init(): void;
|
||||
destroy?(): void;
|
||||
init(): Promise<void>;
|
||||
destroy?(): Promise<void>;
|
||||
exports?(): any;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user