ConnectedEntity interface
Expansion result connected entities
Properties
additional |
key-value pairs for a connected entity mapping |
target |
Entity Id of the connected entity |
Property Details
additionalData
key-value pairs for a connected entity mapping
additionalData?: Record<string, unknown>
Property Value
Record<string, unknown>
targetEntityId
Entity Id of the connected entity
targetEntityId?: string
Property Value
string