QuarterStitch: ZodObject<
{
colorId: $ZodBranded<ZodNumber, "ColorId", "out">;
kind: ZodLiteral<"quarter">;
placement: ZodEnum<
{
"bottom-left": "bottom-left";
"bottom-right": "bottom-right";
"top-left": "top-left";
"top-right": "top-right";
},
>;
x: $ZodBranded<ZodNumber, "CellCoordinate", "out">;
y: $ZodBranded<ZodNumber, "CellCoordinate", "out">;
},
$strip,
>
A quarter stitch: from the center of a square to one corner.