Skip to content

Commit 95d7eb5

Browse files
committed
fix: fix another flow error
1 parent 9e227a5 commit 95d7eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import Sequelize, {Model} from 'sequelize'
44

5-
type QueryGenerator = $Call<<T>({QueryGenerator: T}) => T, Model>
5+
type QueryGenerator = $Call<<T>({QueryGenerator: T}) => T, Model<any>>
66

77
const Literal = Object.getPrototypeOf(Sequelize.literal('foo')).constructor
88
const sqlOutput = Symbol('sqlOutput')

0 commit comments

Comments
 (0)