interface ServeInit implements Partial<Deno.ListenOptions>import { type ServeInit } from "https://dotland.deno.dev/std@0.181.0/http/mod.ts"; Additional serve options. Propertiesoptionalsignal: AbortSignalAn AbortSignal to close the server and all connections. optionalonError: (error: unknown) => Response | Promise<Response>The handler to invoke when route handlers throw an error. optionalonListen: (params: { hostname: string; port: number; }) => voidThe callback which is called when the server started listening