InterfacesRangeVersion: 4.1On this pageInterface: Range<T>Represents a generic range from one value to another.Type parametersNameTPropertiesfrom• from: TThe from value. The start of the range.to• to: TThe to value. The end of the range.