IGPAPI
    Preparing search index...

    Variable clipsHomeFeedConst

    clipsHomeFeed: (
        initial: WithOptionalDefaults<ClipsHomeFeedInput, {}>,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<ClipsHomeFeedInput, {}>,
                never,
                never,
            >;
            next: Effect<
                FeedPage<
                    ClipsHomeFeedResponseRootObject,
                    ClipsHomeFeedResponseItemsItem,
                >,
                | IgApiError
                | RequestError
                | ParseError
                | TransportError
                | UserIdNotFoundInState,
                PlainJsonApiHttp
                | MobileSession,
            >;
        },
        never,
        never,
    > = ...

    Reels Explore Feed

    Type Declaration