frontend
    Preparing search index...

    Interface PyramidSelection

    Selected card position in the pyramid or waste.

    interface PyramidSelection {
        col?: number;
        row?: number;
        zone: "pyramid" | "waste";
    }
    Index

    Properties

    Properties

    col?: number
    row?: number
    zone: "pyramid" | "waste"