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 9cb87b1 commit e29ae1fCopy full SHA for e29ae1f
server/utils/github.ts
@@ -1,7 +1,6 @@
1
import { setTimeout } from 'node:timers/promises'
2
-import type { NitroFetchOptions } from 'nitropack'
3
4
-export interface GitHubFetchOptions extends NitroFetchOptions<string> {
+export interface GitHubFetchOptions extends NonNullable<Parameters<typeof $fetch.raw>[1]> {
5
maxAttempts?: number
6
}
7
0 commit comments