Skip to content

Commit

Permalink
fix: context type for CompatibilityRequestProps (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou authored Aug 23, 2022
1 parent fb75418 commit 984a42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type http from 'http'
import type { H3Event } from './event'
import type { H3Event, H3EventContext } from './event'

interface CompatibilityRequestProps {
event: H3Event
context: Record<string, any>
context: H3EventContext
/** Only available with connect and press */
originalUrl?: string
}
Expand Down

0 comments on commit 984a42b

Please sign in to comment.