Type Alias: OutputWithCursor<TData, TCursor>
OutputWithCursor<TData
, TCursor
>: object
Type Parameters
Type Parameter | Default type |
---|
TData | - |
TCursor | any |
Type declaration
cursor
cursor: TCursor
| null
data
data: TData
Defined in
packages/react-query/src/shared/hooks/types.ts:35