MCPcopy
hub / github.com/sequelize/sequelize / hooks.ts

File hooks.ts

types/test/hooks.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expectTypeOf } from "expect-type";
2import { FindOptions, Model, QueryOptions, SaveOptions, Sequelize, UpsertOptions } from "sequelize";
3import { ModelHooks } from "sequelize/lib/hooks";
4import { AbstractQuery } from "sequelize/lib/query";

Callers

nothing calls this directly

Calls 5

initMethod · 0.80
beforeSaveMethod · 0.80
afterSaveMethod · 0.80
afterFindMethod · 0.80
beforeConnectMethod · 0.80

Tested by

no test coverage detected