Interface ProductsTaggingFeedResponseColorRangesItem

interface ProductsTaggingFeedResponseColorRangesItem {
    hex_rgb_color: string;
    hex_rgb_color_dark: string;
    length: number;
    offset: number;
}

Properties

hex_rgb_color: string
hex_rgb_color_dark: string
length: number
offset: number