https://github.com/sequelize/sequelize/blob/c3ec6c507f4b7115455834bda052806d29a5132c/types/lib/hooks.d.ts#L24 The hooks `beforeUpsert: { params: 2 },` and `afterUpsert: { params: 2 }` are missing in the type definitions.
sequelize/types/lib/hooks.d.ts
Line 24 in c3ec6c5
The hooks
beforeUpsert: { params: 2 },andafterUpsert: { params: 2 }are missing in the type definitions.