Type Alias KnitwearBaseColor

KnitwearBaseColor: {
    name: KnitwearBaseColor.name;
    value: KnitwearOptionValue;
}

Used to specify the base color on a knitwear product.

Type declaration