type alias ServerOptions Usage in Denoimport { type ServerOptions } from "node:https"; Type Parameters Request extends http.IncomingMessage = http.IncomingMessage Response extends http.ServerResponse = http.ServerResponse Definition tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>