frontend
    Preparing search index...

    Interface IndianPokerHumanProfileData

    Exported Indian Poker human profile data.

    interface IndianPokerHumanProfileData {
        aggressiveByBracket: [
            IndianPokerProfileBracketData,
            IndianPokerProfileBracketData,
            IndianPokerProfileBracketData,
        ];
        foldToBetCount: number;
        foldToBetTotal: number;
        gamesPlayed: number;
        hesitationCount: number;
        hesitationM2: number;
        hesitationMean: number;
    }
    Index

    Properties

    foldToBetCount: number
    foldToBetTotal: number
    gamesPlayed: number
    hesitationCount: number
    hesitationM2: number
    hesitationMean: number