IGPAPI
Preparing search index...
@igpapi/core
Feed
Interface Feed<TInput, TResponse, TItem, E, R>
interface
Feed
<
TInput
,
TResponse
,
TItem
,
E
,
R
>
{
checkpoint
:
Effect
<
TInput
>
;
next
:
Effect
<
FeedPage
<
TResponse
,
TItem
>
,
E
,
R
>
;
}
Type Parameters
TInput
TResponse
TItem
E
R
Index
Properties
checkpoint
next
Properties
checkpoint
checkpoint
:
Effect
<
TInput
>
next
next
:
Effect
<
FeedPage
<
TResponse
,
TItem
>
,
E
,
R
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checkpoint
next
IGPAPI
Loading...