Skip to content

Commit eeb11ec

Browse files
fix: update config type (#598)
1 parent caf76e3 commit eeb11ec

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)