DefinitelyTyped/types/sequelize
Sean McGary a8706fc330 Sequelize - Add function interface for UUID types (#22929)
Adding the function interface now allows the user to specify
a default value for UUID types:

```
const TestModel = sequelize.define('test_model', {
	uuid: {
		type: Sequelize.UUID,
		defaultValue: Sequelize.UUIDV4()
	}
});
```
2018-01-19 10:13:31 -08:00
..
v3 fix(types): add col to CountOptions and FindOptions interface (#22914) 2018-01-17 09:50:02 -08:00
index.d.ts Sequelize - Add function interface for UUID types (#22929) 2018-01-19 10:13:31 -08:00
sequelize-tests.ts Sequelize - Add function interface for UUID types (#22929) 2018-01-19 10:13:31 -08:00
tsconfig.json
tslint.json