PartialRelationship: Partial<Relationship> & {
    id: string;
}

A relationship with only a subset of its properties.

Type declaration

  • id: string

    The id of the relationship.