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.
NitroFetchRequest
1 parent 3a9ba18 commit 357e1e4Copy full SHA for 357e1e4
1 file changed
src/types/fetch.ts
@@ -40,6 +40,8 @@ export interface ExternalFetch<
40
export type NitroFetchRequest =
41
| keyof InternalApi
42
| Exclude<FetchRequest, string>
43
+ // eslint-disable-next-line @typescript-eslint/ban-types
44
+ | (string & {})
45
| URL;
46
47
/** @deprecated */
0 commit comments