Preparing search index...
The search index is not available
@egomobile/next-utils
@egomobile/next-utils
EnhanceApiContext
Type alias EnhanceApiContext<TContext, TResponse>
Enhance
Api
Context
<
TContext
,
TResponse
>
:
(
(
context
)
=>
void
|
PromiseLike
<
void
>
)
Function that enhances an API context.
Type Parameters
TContext
=
IGetApiPropsActionContext
<
any
>
TResponse
=
any
Type declaration
(
context
)
:
void
|
PromiseLike
<
void
>
Parameters
context
:
IEnhanceApiContextExecutionContext
<
TContext
,
TResponse
>
The execution context.
Returns
void
|
PromiseLike
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@egomobile/next-utils
Loading...
Generated using
TypeDoc
Function that enhances an API context.