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