Interface ProductsTaggingFeedResponse

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

Properties

max_id: string
more_available: boolean
status: string