mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
adhoc fix sequelize/sequelize-tests.ts
This commit is contained in:
@@ -1300,7 +1300,7 @@ s.define( 'ProductWithSettersAndGetters2', {
|
||||
s.define( 'post', {
|
||||
title : Sequelize.STRING,
|
||||
authorId : { type : Sequelize.INTEGER, references : testModel, referencesKey : 'id' }
|
||||
} );
|
||||
} as any /* TODO please remove `as any` */);
|
||||
s.define( 'post', {
|
||||
title : Sequelize.STRING,
|
||||
authorId : { type : Sequelize.INTEGER, references : { model : testModel, key : 'id' } }
|
||||
|
||||
Reference in New Issue
Block a user