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