Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LocalPortDetails

import type { LocalPortDetails } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains information about the port for the local connection.

interface LocalPortDetails {
Port?: number | null;
PortName?: string | null;
}

§Properties

§
Port?: number | null
[src]

The port number of the local connection.

§
PortName?: string | null
[src]

The port name of the local connection.