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

    Type Alias FullStitch

    FullStitch: ZodObject<
        {
            colorId: $ZodBranded<ZodNumber, "ColorId", "out">;
            kind: ZodLiteral<"full">;
            x: $ZodBranded<ZodNumber, "CellCoordinate", "out">;
            y: $ZodBranded<ZodNumber, "CellCoordinate", "out">;
        },
        $strip,
    >

    A full stitch: an 'X' filling one grid square.