Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
Range
Type alias Range<T>
Range
<
T
>
:
readonly
[
lower
:
RangePart
<
T
>
|
number
|
null
,
higher
:
RangePart
<
T
>
|
number
|
null
]
|
EmptyRange
This type represents the output of the
DataTypes.RANGE
data type.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
This type represents the output of the DataTypes.RANGE data type.