We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fb53d commit 8b89f39Copy full SHA for 8b89f39
src/utils/proxy.ts
@@ -1,5 +1,5 @@
1
import type { H3Event } from '../event'
2
-import type { RequestHeaders } from 'src/types'
+import type { RequestHeaders } from '../types'
3
4
export interface SendProxyOptions {
5
headers?: RequestHeaders | HeadersInit
0 commit comments