interface Range<T> {
    max?: T;
    min?: T;
}

Type Parameters

  • T

Properties

Properties

max?: T
min?: T