Skip to content

Commit a1a50f2

Browse files
eightHundredsliujuping
authored andcommitted
fix: change the return result type to Promise
1 parent 30686a5 commit a1a50f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export interface IPublicTypePluginConfig {
2-
init(): void;
3-
destroy?(): void;
2+
init(): Promise<void>;
3+
destroy?(): Promise<void>;
44
exports?(): any;
55
}

0 commit comments

Comments
 (0)