AsyncRequestHandler: (
    req: Request,
    res: Response,
    next: NextFunction,
) => Promise<void>

Type declaration