Skip to content

Commit

Permalink
fix: update config type (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jun 1, 2020
1 parent caf76e3 commit eeb11ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/config.d.ts
Expand Up @@ -3,6 +3,7 @@ export interface Config {
asyncWrapper(cb: (...args: any[]) => any): Promise<any>;
asyncUtilTimeout: number;
defaultHidden: boolean;
throwSuggestions: boolean;
}

export interface ConfigFn {
Expand Down

0 comments on commit eeb11ec

Please sign in to comment.