Type Alias StitchColorOption

StitchColorOption: {
    name: StitchColorOption.name;
    value: string;
}

Specified what color should be used for stitches

Type declaration