ts-lambda-api - v2.5.7
    Preparing search index...

    Type Alias ErrorHandlingMiddleware<TRequest, TResponse>

    ErrorHandlingMiddleware: (
        error: Error,
        req: TRequest,
        res: TResponse,
        next: NextFunction,
    ) => void

    Type Parameters

    Type Declaration