Interface: DeleteEntityProps<M>
Type Parameters​
• M extends Record
<string
, any
> = any
Properties​
collection?​
optional
collection:EntityCollection
<M
,any
> |ResolvedEntityCollection
<M
>
Defined in​
packages/firecms_core/src/types/datasource.ts:67
entity​
entity:
Entity
<M
>