Skip to content

Commit 9e227a5

Browse files
committed
fix: fix flow error
1 parent b499473 commit 9e227a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// @flow
22

3-
import Sequelize, {Model, type QueryGenerator} from 'sequelize'
3+
import Sequelize, {Model} from 'sequelize'
4+
5+
type QueryGenerator = $Call<<T>({QueryGenerator: T}) => T, Model>
46

57
const Literal = Object.getPrototypeOf(Sequelize.literal('foo')).constructor
68
const sqlOutput = Symbol('sqlOutput')

0 commit comments

Comments
 (0)