frontend
    Preparing search index...

    Interface PyramidCard

    A card in the pyramid with removal and exposure status.

    interface PyramidCard {
        card: Card | null;
        exposed: boolean;
        removed: boolean;
    }
    Index

    Properties

    Properties

    card: Card | null
    exposed: boolean
    removed: boolean