Interface ReversesObject

interface ReversesObject {
    host: string;
    local: string;
    remote: string;
}

Hierarchy (view full)

Properties

Properties

host: string
local: string
remote: string