View Source
A function that invokes the next middleware or handler in the chain.
type NextFunction = () => Promise<Response>;