Type Alias: Relationship<T, Keys>
Relationship<
T
,Keys
> =object
Defined in: schemas/v2/relationships.ts:155
Type Parameters
T
T
extends Type
| `${Type}`
Keys
Keys
extends RelationshipFields
<T
>
Properties
relationships
relationships:
Pick
<RelationDataItem
<T
,1
,true
>,Keys
>
Defined in: schemas/v2/relationships.ts:156