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