Skip to content

Commit

Permalink
fix(types): change return type of removeQueries (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeTechGuy committed Jun 14, 2020
1 parent e6d70bd commit 21b9b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -705,7 +705,7 @@ export interface QueryCache {
| string
| ((query: CachedQuery<unknown>) => boolean),
{ exact }?: { exact?: boolean }
): Promise<void>
): void
getQuery(queryKey: AnyQueryKey): CachedQuery<unknown> | undefined
getQueries(queryKey: AnyQueryKey): Array<CachedQuery<unknown>>
cancelQueries(
Expand Down

0 comments on commit 21b9b01

Please sign in to comment.