Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/relationship.interface.ts
Relationship between two entities
Properties
| Property | Type |
|---|---|
id | string |
type | RelationshipType |
sourceId | string |
targetId | string |
metadata | RelationshipMetadata |
Was this page helpful?