Interface ForwardedPort

interface ForwardedPort {
    address?: string;
    port: number;
}

Properties

Properties

address?: string
port: number