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

    Interface ColorStitchCounts

    Stitch counts for a single color.

    interface ColorStitchCounts {
        colorId: number & $brand<"ColorId">;
        counts: StitchCounts;
    }
    Index

    Properties

    Properties

    colorId: number & $brand<"ColorId">

    The id of the color these counts belong to.

    counts: StitchCounts

    The per-kind stitch counts for this color.