interface ColorVariant {
    color: Color;
    image_front: null | string;
    available_sizes: Size[];
}

Properties

color: Color
image_front: null | string
available_sizes: Size[]