type alias ListenOptionsTlsimport { type ListenOptionsTls } from "https://dotland.deno.dev/x/oak@v17.1.2/application.ts"; Interface options when listening on TLS. definition: { port: number; hostname?: string; transport?: "tcp"; alpnProtocols?: string[]; secure: true; signal?: AbortSignal; } & TlsCertifiedKeyOptions