Type Alias: NextFunction
NextFunction = (
err?) =>void
Defined in: service-core/src/http/types.ts:65
Standard Express-style next callback. Pass an error to trigger error handlers.
Parameters
err?
any
Returns
void
NextFunction = (
err?) =>void
Defined in: service-core/src/http/types.ts:65
Standard Express-style next callback. Pass an error to trigger error handlers.
any
void