mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Minor improvements to how mixed types are handled
This commit is contained in:
@@ -285,8 +285,6 @@ interface ProductInstance extends Sequelize.Instance<ProductInstance, ProductAtt
|
||||
createWarehouse: Sequelize.BelongsToCreateAssociationMixin<WarehouseAttributes>;
|
||||
};
|
||||
|
||||
|
||||
|
||||
interface BarcodeAttributes {
|
||||
id?: number;
|
||||
code?: string;
|
||||
@@ -342,8 +340,6 @@ interface CustomerInstance extends Sequelize.Instance<CustomerInstance, Customer
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
//
|
||||
// DataTypes
|
||||
// ~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user