interface MinMax {
    max?: number;
    min?: number;
}

Properties

Properties

max?: number
min?: number