Type Alias: EntityOnSaveFailureProps<M, UserType>
EntityOnSaveFailureProps<
M
,UserType
>:Omit
<EntityOnSaveProps
<M
,UserType
>,"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
• UserType extends User
= User