mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 17:27:09 +00:00
fix: change the return result type to Promise
This commit is contained in:
parent
c5dac6e0b5
commit
f82d04a4e6
@ -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