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

Interface SSLOptions

src/types/connection.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface SSLOptions {
14 ca?: string;
15 cert?: string;
16 key?: string;
17 minVersion?: string;
18 rejectUnauthorized?: boolean;
19}
20
21export interface Connection {
22 id: Id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected