add req.raw type
This commit is contained in:
@@ -45,6 +45,7 @@ export interface RouterRequest {
|
||||
query: RouterRequestQuery
|
||||
headers: Headers
|
||||
body: string | any
|
||||
raw: Request
|
||||
cf?: IncomingRequestCfProperties
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user