UNPKG

qrcode-framework

Version:

11 lines (9 loc) 214 B
import { Sequelize } from 'sequelize/lib/sequelize'; // tslint:disable-next-line:no-namespace declare global { namespace NodeJS { interface Global { sequelize: Sequelize; } } }