1
0

add req.raw type

This commit is contained in:
2022-11-28 23:09:12 +01:00
parent 9f96fd112e
commit 87a3d344d9

View File

@@ -45,6 +45,7 @@ export interface RouterRequest {
query: RouterRequestQuery
headers: Headers
body: string | any
raw: Request
cf?: IncomingRequestCfProperties
[key: string]: any
}