RangeComboWeight
Single combo index, cards, notation, and weight from rangeTopCombos and related range tools.
Shape
interface RangeComboWeight {
comboIndex: number;
cardA: Card52;
cardB: Card52;
notation: string;
weight: number;
}