mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
sequelize: add Sequelize.models property
This commit is contained in:
@@ -1157,6 +1157,7 @@ new Sequelize( 'sequelize', null, null, {
|
||||
} );
|
||||
|
||||
s.model( 'Project' );
|
||||
s.models['Project'];
|
||||
s.define( 'Project', {
|
||||
name : Sequelize.STRING
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user