Interface ProductsTaggingFeedResponseGoodnessItem

interface ProductsTaggingFeedResponseGoodnessItem {
    id: string;
    score: string;
}

Properties

Properties

id: string
score: string