IGPAPI
    Preparing search index...

    Variable directThreadFeedConst

    directThreadFeed: (
        initial: WithOptionalDefaults<DirectThreadFeedInput, {}>,
    ) => Effect<
        {
            checkpoint: Effect<
                WithOptionalDefaults<DirectThreadFeedInput, {}>,
                never,
                never,
            >;
            next: Effect<
                FeedPage<DirectThreadFeedResponse, DirectThreadFeedResponseItemsItem>,
                IgApiError | RequestError | ParseError | TransportError,
                PlainJsonApiHttp,
            >;
        },
        never,
        never,
    > = ...

    Type Declaration