UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

4 lines 260 B
import type { NextFunction } from "express"; import type { AppRequest, AppResponse } from "../interfaces/SystemTypes"; export declare const route404_handler: (req: AppRequest, res: AppResponse, next: NextFunction) => any; //# sourceMappingURL=route404.d.ts.map