frontend
    Preparing search index...

    Interface IndianPokerResultOutput

    Indian Poker round result for a single player.

    interface IndianPokerResultOutput {
        card: Card | null;
        cardRank: number;
        playerIdx: number;
        wonAmount: number;
    }
    Index

    Properties

    card: Card | null
    cardRank: number
    playerIdx: number
    wonAmount: number