type alias Connectionimport { type Connection } from "https://deno.land/x/deno_nest@v3.6.1/example/provider/connection.ts"; definition: { hostname: string; port: number; }