UNPKG

@topgroup/diginext

Version:

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

4 lines 298 B
import type { NextFunction, Response as ExpressResponse } from "express"; import type { AppRequest } from "../interfaces/SystemTypes"; export declare const apiAccessTokenHandler: (req: AppRequest, res: ExpressResponse, next: NextFunction) => Promise<any>; //# sourceMappingURL=auth-api-key.d.ts.map