Expressjs next function
/@types/express-serve-static-core/index.d.ts:36

interface NextFunction {
    (err?): void;
    (deferToNext): void;
    (deferToNext): void;
}