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