ts-lambda-api - v2.5.7
Preparing search index...
<internal>
HandlerFunction
Type Alias HandlerFunction<TRequest, TResponse>
HandlerFunction
:
(
req
:
TRequest
,
res
:
TResponse
,
next
?:
NextFunction
,
)
=>
void
|
any
|
Promise
<
any
>
Type Parameters
TRequest
extends
Request
=
Request
TResponse
extends
Response
=
Response
Type Declaration
(
req
:
TRequest
,
res
:
TResponse
,
next
?:
NextFunction
)
:
void
|
any
|
Promise
<
any
>
Parameters
req
:
TRequest
res
:
TResponse
Optional
next
:
NextFunction
Returns
void
|
any
|
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-lambda-api - v2.5.7
Loading...