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