Type Alias KnitwearYarnColor

KnitwearYarnColor: {
    name: KnitwearYarnColor.name;
    value: KnitwearOptionValue[];
}

Used to specify the yarn colors for the whole product. These are the colors that will be used across the whole product.

Type declaration