| 1 | import { expectTypeOf } from "expect-type"; |
| 2 | import { FindOptions, Model, QueryOptions, SaveOptions, Sequelize, UpsertOptions, Config, Utils } from "sequelize"; |
| 3 | import { Connection, GetConnectionOptions } from "sequelize/lib/dialects/abstract/connection-manager"; |
| 4 | import { ModelHooks } from "sequelize/lib/hooks"; |
nothing calls this directly
no test coverage detected