Interface RankClue

interface RankClue {
    type: Rank;
    value: 1 | 2 | 3 | 4 | 5;
}

Properties

Properties

type: Rank
value: 1 | 2 | 3 | 4 | 5