IHubAssociationHierarchy

Interface

associations are hierarchical in nature e.g. there is always a parent and a child in the relationship. This interface allows us to define these hierarchies on an entity-by-entity basis

Properties

Property Type Notes
children HubEntityType[]
parents HubEntityType[]

Interface defined in common/src/associations/types.ts:11