Preparing search index...
The search index is not available
ArtusX
ArtusX
@artusx/plugin-koa
KoaApplication
ParameterizedContext
Type alias ParameterizedContext<StateT, ContextT, ResponseBodyT>
Parameterized
Context
<
StateT
,
ContextT
,
ResponseBodyT
>
:
KoaApplication
.
ExtendableContext
&
{
state
:
StateT
;
}
&
ContextT
&
{
body
:
ResponseBodyT
;
response
:
{
body
:
ResponseBodyT
;
}
;
}
Type Parameters
StateT
=
KoaApplication
.
DefaultState
ContextT
=
KoaApplication
.
DefaultContext
ResponseBodyT
=
unknown
Type declaration
state
:
StateT
Type declaration
body
:
ResponseBodyT
response
:
{
body
:
ResponseBodyT
;
}
body
:
ResponseBodyT
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ArtusX
Loading...