mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +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 {
|
export interface IPublicTypePluginConfig {
|
||||||
init(): void;
|
init(): Promise<void>;
|
||||||
destroy?(): void;
|
destroy?(): Promise<void>;
|
||||||
exports?(): any;
|
exports?(): any;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user