IGPAPI
    Preparing search index...

    Variable postsInsightsFeedConst

    postsInsightsFeed: (
        initial: WithOptionalDefaults<PostsInsightsFeedInput, {}>,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<PostsInsightsFeedInput, {}>,
                never,
                never,
            >;
            next: Effect<
                FeedPage<
                    PostsInsightsFeedResponse,
                    PostsInsightsFeedResponseEdgesItem,
                >,
                | IgApiError
                | RequestError
                | ParseError
                | TransportError
                | UserIdNotFoundInState,
                MobileSession
                | MobileDevice
                | GraphqlJsonHttp,
            >;
        },
        never,
        never,
    > = ...

    Type Declaration

      • (
            initial: WithOptionalDefaults<PostsInsightsFeedInput, {}>,
        ): Effect<
            {
                checkpoint: Effect<
                    WithOptionalDefaults<PostsInsightsFeedInput, {}>,
                    never,
                    never,
                >;
                next: Effect<
                    FeedPage<
                        PostsInsightsFeedResponse,
                        PostsInsightsFeedResponseEdgesItem,
                    >,
                    | IgApiError
                    | RequestError
                    | ParseError
                    | TransportError
                    | UserIdNotFoundInState,
                    MobileSession
                    | MobileDevice
                    | GraphqlJsonHttp,
                >;
            },
            never,
            never,
        >
      • Parameters

        Returns Effect<
            {
                checkpoint: Effect<
                    WithOptionalDefaults<PostsInsightsFeedInput, {}>,
                    never,
                    never,
                >;
                next: Effect<
                    FeedPage<
                        PostsInsightsFeedResponse,
                        PostsInsightsFeedResponseEdgesItem,
                    >,
                    | IgApiError
                    | RequestError
                    | ParseError
                    | TransportError
                    | UserIdNotFoundInState,
                    MobileSession
                    | MobileDevice
                    | GraphqlJsonHttp,
                >;
            },
            never,
            never,
        >