Contains a set of fields specific to each connection. See here for details about specifying connections.

interface DataConnection {
    [propName: string]: any;
}

Indexable

[propName: string]: any

DataConnection accepts additional properties.