IGPAPI
    Preparing search index...

    Variable pendingTagsFeedConst

    pendingTagsFeed: (
        initial: WithOptionalDefaults<Record<string, never>, {}>,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<Record<string, never>, {}>,
                never,
                never,
            >;
            next: Effect<
                FeedPage<PendingTagsFeedResponse.Root, PendingTagsFeedResponse.Item>,

                    | IgApiError
                    | RequestError
                    | ParseError
                    | TransportError
                    | UserIdNotFoundInState,
                PlainJsonApiHttp
                | MobileSession,
            >;
        },
        never,
        never,
    > = ...

    Pagination is not implemented due to lack of pending posts on test account. Please, contact maintainer if you need it.

    Type Declaration