The classes declared in this files are the DataTypes available on the DataTypes namespace. You can access them as follows:
DataTypes
import { DataTypes } from '@sequelize/core';DataTypes.STRING; Copy
import { DataTypes } from '@sequelize/core';DataTypes.STRING;
The classes declared in this files are the DataTypes available on the
DataTypes
namespace. You can access them as follows: