IGPAPI
    Preparing search index...

    Variable pendingFriendshipsFeedConst

    pendingFriendshipsFeed: (
        initial: WithOptionalDefaults<
            PendingFriendshipsFeedInput,
            { rankToken: `${string}-${string}-${string}-${string}-${string}` },
        >,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<
                    PendingFriendshipsFeedInput,
                    { rankToken: `${string}-${string}-${string}-${string}-${string}` },
                >,
                never,
                never,
            >;
            next: Effect<
                FeedPage<
                    PendingFriendshipsFeedResponse,
                    PendingFriendshipsFeedResponseUsersItem,
                >,
                IgApiError
                | RequestError
                | ParseError
                | TransportError,
                PlainJsonApiHttp,
            >;
        },
        never,
        never,
    > = ...

    Type Declaration