We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99bc2c0 commit 3a0f9afCopy full SHA for 3a0f9af
types/query-helpers.d.ts
@@ -69,6 +69,6 @@ export type BuiltQueryMethods<Arguments extends any[]> = [
69
70
export function buildQueries<Arguments extends any[]>(
71
queryAllBy: GetAllBy<Arguments>,
72
- getMultipleError: GetErrorFunction,
73
- getMissingError: GetErrorFunction,
+ getMultipleError: GetErrorFunction<Arguments>,
+ getMissingError: GetErrorFunction<Arguments>,
74
): BuiltQueryMethods<Arguments>
0 commit comments