Type Alias: EntityOnPreSaveProps<M, USER>
EntityOnPreSaveProps<
M
,USER
>:Omit
<EntityOnSaveProps
<M
,USER
>,"entityId"
> &object
Parameters passed to hooks before an entity is saved
Type declaration​
entityId?​
optional
entityId:string
Type Parameters​
• M extends Record
<string
, any
> = any