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