moons-ta-client
    Preparing search index...

    Interface ScoreTrackerHand

    from protobuf message proto.models.ScoreTrackerHand

    interface ScoreTrackerHand {
        avgCut: number[];
        badCut: number;
        hit: number;
        miss: number;
    }
    Index

    Properties

    Properties

    avgCut: number[]

    from protobuf field: repeated float avg_cut = 4;

    badCut: number

    from protobuf field: int32 bad_cut = 3;

    hit: number

    from protobuf field: int32 hit = 1;

    miss: number

    from protobuf field: int32 miss = 2;