cross-stitch - v2.0.0
    Preparing search index...

    Type Alias HalfStitch

    HalfStitch: ZodObject<
        {
            angle: ZodEnum<{ "bl-tr": "bl-tr"; "tl-br": "tl-br" }>;
            colorId: $ZodBranded<ZodNumber, "ColorId", "out">;
            kind: ZodLiteral<"half">;
            x: $ZodBranded<ZodNumber, "CellCoordinate", "out">;
            y: $ZodBranded<ZodNumber, "CellCoordinate", "out">;
        },
        $strip,
    >

    A half stitch: one diagonal across a grid square.