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 74c63b7 commit 8311c8dCopy full SHA for 8311c8d
types/query-helpers.d.ts
@@ -3,7 +3,7 @@ import {waitForOptions} from './wait-for'
3
4
export type WithSuggest = {suggest?: boolean}
5
6
-export type GetErrorFunction<Arguments extends any[] = [alt: string]> = (
+export type GetErrorFunction<Arguments extends any[] = [string]> = (
7
c: Element | null,
8
...args: Arguments
9
) => string
0 commit comments