frontend
    Preparing search index...

    Interface OhHellPlayerData

    Oh Hell player data with scores.

    interface OhHellPlayerData {
        bid: number;
        cardCount: number;
        cards: Card[];
        cumulativeScore: number;
        id: number;
        isHuman: boolean;
        roundScore: number;
        trickCount: number;
    }
    Index

    Properties

    bid: number
    cardCount: number
    cards: Card[]
    cumulativeScore: number
    id: number
    isHuman: boolean
    roundScore: number
    trickCount: number