interface EngineToConnectorMapping {
    direction: engineToConnector;
    id?: string;
    name: string;
    sourceField?: string;
    type: ConnectorMappingSource;
    value: string | number | boolean;
}

Implemented by

Properties

id?: string
name: string
sourceField?: string
value: string | number | boolean