Skip to content

Commit

Permalink
fix: import type from correct location (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathew98 authored Nov 2, 2022
1 parent c5fb53d commit 8b89f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/proxy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { H3Event } from '../event'
import type { RequestHeaders } from 'src/types'
import type { RequestHeaders } from '../types'

export interface SendProxyOptions {
headers?: RequestHeaders | HeadersInit
Expand Down

0 comments on commit 8b89f39

Please sign in to comment.