UNPKG

@topgroup/diginext

Version:

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

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