| 1 | import { expectTypeOf } from "expect-type"; |
| 2 | import { FindOptions, Model, QueryOptions, SaveOptions, Sequelize, UpsertOptions } from "sequelize"; |
| 3 | import { ModelHooks } from "sequelize/lib/hooks"; |
| 4 | import { AbstractQuery } from "sequelize/lib/query"; |
nothing calls this directly
no test coverage detected