Type Alias WeightedIntegerOptions

WeightedIntegerOptions: WeightedOptions & Readonly<{
    max: number;
    min?: number;
}>