🏷️ fix type imports

This commit is contained in:
Fred KISSIE
2026-06-03 20:23:32 +02:00
parent a21569bd00
commit fcb73f78ea

View File

@@ -3,9 +3,9 @@ import { priv } from "@app/lib/api";
import { AxiosResponse } from "axios";
import { GetBrowserTargetResponse } from "@server/routers/browserGatewayTarget";
import SshClient from "./SshClient";
import { SignSshKeyResponse } from "@server/private/routers/ssh";
import crypto from "crypto";
import AuthFooter from "@app/components/AuthFooter";
import type { SignSshKeyResponse } from "@server/routers/ssh/types";
function generateEphemeralKeyPair(): {
privateKeyPem: string;