We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426f66b commit 9209c47Copy full SHA for 9209c47
packages/common-ts/src/state-channels/index.ts
@@ -1,5 +1,5 @@
1
import * as connext from '@connext/client'
2
-import { Sequelize, ModelCtor, Model } from 'sequelize'
+import { Sequelize } from 'sequelize'
3
import { ILogger, IConnextClient } from '@connext/types'
4
import { getPostgresStore } from '@connext/store'
5
import { getSequelizeModelDefinitionData } from '@connext/store/dist/wrappers/sequelizeStorage'
0 commit comments