Skip to content

Commit 2926672

Browse files
committed
chore: cleaned up NextRequest type
1 parent b658c0c commit 2926672

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/next/src/middleware/request.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ import { MiddlewareResponse } from './response'
77
export type NextRequest = InternalNextRequest & {
88
get geo():
99
| {
10-
city?: string
11-
country?: string
12-
region?: string
13-
latitude?: string
14-
longitude?: string
1510
timezone?: string
1611
}
1712
| undefined

0 commit comments

Comments
 (0)