Directus / @directus/sdk / types / RelationalFields
Type Alias: RelationalFields<Schema, Item> ​
RelationalFields<
Schema
,Item
>:{ [Key in keyof Item]: Extract<Item[Key], ItemType<Schema>> extends never ? never : Key }
[keyofItem
]
Return string keys of all Relational fields in the given schema Item
Type Parameters ​
• Schema
• Item