export interface WeightedItem {
    option: any;
    weight: number;
}
