Type alias: ListenCollectionProps<M>
Ƭ ListenCollectionProps<M
>: FetchCollectionProps
<M
> & { onError?
: (error
: Error
) => void
; onUpdate
: (entities
: Entity
<M
>[]) => void
}
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > = any |