Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
Rangable
Type alias Rangable<T>
Rangable
<
T
>
:
readonly
[
lower
:
T
|
InputRangePart
<
T
>
|
number
|
null
,
higher
:
T
|
InputRangePart
<
T
>
|
number
|
null
]
|
EmptyRange
This type represents a valid input when describing a
DataTypes.RANGE
.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@sequelize/core
@sequelize/validator.js
Generated using
TypeDoc
This type represents a valid input when describing a DataTypes.RANGE.