High level definition of a Connector.

interface Connector {
    type: string;
}

Hierarchy (view full)

Properties

Properties

type: string

The connector's type.