type alias TLSOptionsimport { type TLSOptions } from "https://deno.land/x/aleph@1.0.0-beta.40/server/types.ts"; definition: { certFile: string; keyFile: string; }