Interface TagsSectionResponseSectionsItem

interface TagsSectionResponseSectionsItem {
    explore_item_info: string[];
    feed_type: string;
    layout_content: string[];
    layout_type: string;
}

Properties

explore_item_info: string[]
feed_type: string
layout_content: string[]
layout_type: string