interface AddressInfo Usage in Deno```typescript import { type AddressInfo } from "node:node__net.d.ts"; ``` Properties address: string family: string port: number