back to sequelize

This commit is contained in:
2024-07-27 23:30:37 +05:30
parent b79170aafd
commit 6c497c9be1
9 changed files with 1220 additions and 22 deletions

View File

@@ -5,6 +5,10 @@
* @typedef {import('express').Response} Res
* @typedef {import('express').NextFunction} Next
*
* @typedef {import("sequelize").Sequelize} Sequelize
* @typedef {import("sequelize").Model} Model
* @typedef {import("sequelize").QueryInterface} QueryInterface
*
* @typedef {import('winston').Logger} Logger
*
* @typedef {{