Floss: ZodObject<
{
brand: ZodEnum<
{
Anchor: "Anchor";
Appletons: "Appletons";
Cosmo: "Cosmo";
DMC: "DMC";
"J&P Coats": "J&P Coats";
Kreinik: "Kreinik";
Madeira: "Madeira";
Presencia: "Presencia";
Sullivans: "Sullivans";
Unbranded: "Unbranded";
},
>;
code: ZodString;
hex: ZodOptional<ZodString>;
name: ZodString;
strandCount: ZodDefault<ZodNumber>;
},
$strip,
>
A single color and brand of floss. Defaults to one strand; raise
countwhen a color uses multiple strands of the same floss.