mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 09:15:16 +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 {
|
||||
init(): void;
|
||||
destroy?(): void;
|
||||
init(): Promise<void>;
|
||||
destroy?(): Promise<void>;
|
||||
exports?(): any;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user