@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
8 lines • 315 B
TypeScript
import type { Response } from "express";
declare const router: import("express-serve-static-core").Router;
export declare const signAndRedirect: (res: Response, data: {
userId: string;
workspaceId?: string;
}, redirectUrl: string) => Promise<void>;
export default router;
//# sourceMappingURL=index.d.ts.map