Interface ForwardedPort

interface ForwardedPort {
    address?: string;
    editing: boolean;
    localPort?: number;
    origin?: string;
}

Properties

address?: string
editing: boolean
localPort?: number
origin?: string