Type alias: ListenEntityProps<M>
Ƭ ListenEntityProps<M
>: FetchEntityProps
<M
> & { onError?
: (error
: Error
) => void
; onUpdate
: (entity
: Entity
<M
>) => void
}
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > = any |