Type Alias KnitwearTrimColor

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

Used to specify the color of the trim on a knitwear product.

Type declaration