@lelemondev/sdk - v0.9.9
GitHub
npm
Preparing search index...
integrations/hono
HonoContext
Interface HonoContext
Minimal Hono context type (avoids requiring hono as dependency)
interface
HonoContext
{
executionCtx
?:
ExecutionContext
;
req
:
{
raw
:
Request
;
[
key
:
string
]:
unknown
}
;
res
:
Response
|
undefined
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
execution
Ctx?
req
res
Properties
Optional
execution
Ctx
executionCtx
?:
ExecutionContext
req
req
:
{
raw
:
Request
;
[
key
:
string
]:
unknown
}
res
res
:
Response
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
execution
Ctx
req
res
GitHub
npm
@lelemondev/sdk - v0.9.9
Loading...
Minimal Hono context type (avoids requiring hono as dependency)