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