Directus / @directus/sdk / types / ExtractRelation
Type Alias: ExtractRelation<Schema, Item, Key> ​
ExtractRelation<
Schema
,Item
,Key
>:Key
extends keyofItem
?ExtractItem
<Schema
,Item
[Key
]> :never
Returns the relation type from the current item by key
Type Parameters ​
• Schema
• Item extends object
• Key