Type alias PartialRelationshipSchema

PartialRelationshipSchema: Pick<RelationshipSchema, "id" | "type"> & Partial<Pick<RelationshipSchema, "related" | "attributes">>

Generated using TypeDoc