Skip to content

Commit c76c1b5

Browse files
fix: update config type
1 parent bec190b commit c76c1b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/config.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export interface Config {
33
asyncWrapper(cb: (...args: any[]) => any): Promise<any>;
44
asyncUtilTimeout: number;
55
defaultHidden: boolean;
6+
throwSuggestions: boolean;
67
}
78

89
export interface ConfigFn {

0 commit comments

Comments
 (0)