IGPAPI
    Preparing search index...

    Interface ProductsTaggingFeedResponse

    interface ProductsTaggingFeedResponse {
        component_feed: ProductsTaggingFeedResponseComponentFeedItem[];
        max_id: string;
        meta: ProductsTaggingFeedResponseMeta;
        more_available: boolean;
        status: string;
    }
    Index

    Properties

    max_id: string
    more_available: boolean
    status: string