interface StaticSequelizeHooks {
    afterInit(sequelize): void;
    beforeInit(options): void;
}

Methods