Directus / @directus/extensions-sdk / defineInterface
Function: defineInterface() ​
defineInterface<
Custom
>(config
):ExtendedConfig
<InterfaceConfig
,Custom
>
Type Parameters ​
• Custom extends CustomConfig
<InterfaceConfig
>
Parameters ​
• config: { [K in string | number | symbol]: (InterfaceConfig & Omit<Custom, keyof InterfaceConfig>)[K] }
Returns ​
ExtendedConfig
<InterfaceConfig
, Custom
>
Defined in ​
packages/extensions/dist/index.d.ts:1705