IGPAPI
    Preparing search index...

    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

    Properties

    checkpoint: Effect<TInput>
    next: Effect<FeedPage<TResponse, TItem>, E, R>