interface ConnectorToEngineMapping {
    direction: connectorToEngine;
    name: string;
    value: string;
}

Implemented by

Properties

Properties

name: string
value: string