Directus / @directus/sdk / types / FunctionFields
Type Alias: FunctionFields<Schema, Item> ​
FunctionFields<
Schema
,Item
>:{ [Type in keyof QueryFunctions]: TypeFunctionFields<Item, Type> }
[keyofQueryFunctions
] | keyofTranslateFunctionFields
<RelationalFunctions
<Schema
,Item
>,ArrayFunctions
>
Defined in: types/functions.ts:43
Combine the various function types
Type Parameters ​
• Schema
• Item