IGPAPI
    Preparing search index...

    Variable topicalExploreFeedConst

    topicalExploreFeed: (
        initial: WithOptionalDefaults<
            TopicalExploreFeedInput,
            { clusterId: string; module: "explore_popular" },
        >,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<
                    TopicalExploreFeedInput,
                    { clusterId: string; module: "explore_popular" },
                >,
                never,
                never,
            >;
            next: Effect<
                FeedPage<
                    TopicalExploreFeedResponse,
                    TopicalExploreFeedResponseSectionalItemsItem,
                >,
                IgApiError
                | RequestError
                | ParseError
                | TransportError,
                PlainJsonApiHttp | MobileSession | MobileDevice,
            >;
        },
        never,
        never,
    > = ...

    Explore Grid

    Type Declaration