MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / Props

Interface Props

src/components/CreateConnectionModal.tsx:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import RequiredStar from "./RequiredStar";
16
17interface Props {
18 connection?: Connection;
19 close: () => void;
20}
21
22type SSLType = "preferred" | "ca-only" | "full";
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected