Interface IConnectorConfig

interface IConnectorConfig {
    name: string;
}

Hierarchy (view full)

Properties

Properties

name: string