| 1 | import { expectTypeOf } from 'expect-type'; |
| 2 | import { DataTypes } from 'sequelize'; |
| 3 | |
| 4 | const { TINYINT, SMALLINT, MEDIUMINT, BIGINT, INTEGER, JSON, JSONB, CITEXT, MACADDR, TSVECTOR, CIDR, INET } = DataTypes; |
nothing calls this directly
no test coverage detected