interface ColorSurcharge {
    color_name: string;
    hex_code: string;
    surcharge: string;
}

Properties

color_name: string
hex_code: string
surcharge: string