interface ServeTlsInit implements ServeInitimport { type ServeTlsInit } from "https://deno.land/std@0.176.0/http/mod.ts"; Propertiesoptionalkey: stringServer private key in PEM format optionalcert: stringCert chain in PEM format optionalkeyFile: stringThe path to the file containing the TLS private key. optionalcertFile: stringThe path to the file containing the TLS certificate