Skip to content

Commit

Permalink
fix types (#8362)
Browse files Browse the repository at this point in the history
Co-authored-by: Devon Govett <devongovett@gmail.com>
  • Loading branch information
tanishqkancharla and devongovett committed Oct 25, 2022
1 parent 5ae83f3 commit 96d8f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/types/index.js
Expand Up @@ -833,7 +833,7 @@ export interface Config {
*/
getConfig<T>(
filePaths: Array<FilePath>,
options: ?{|
options?: {|
packageKey?: string,
parse?: boolean,
exclude?: boolean,
Expand All @@ -846,7 +846,7 @@ export interface Config {
getConfigFrom<T>(
searchPath: FilePath,
filePaths: Array<FilePath>,
options: ?{|
options?: {|
packageKey?: string,
parse?: boolean,
exclude?: boolean,
Expand Down

0 comments on commit 96d8f28

Please sign in to comment.