feat: add typescript typings (#10287)
Showing
with
1960 additions
and
28 deletions
types/index.d.ts
0 → 100644
types/lib/associations/base.d.ts
0 → 100644
types/lib/associations/belongs-to-many.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
types/lib/associations/belongs-to.d.ts
0 → 100644
types/lib/associations/has-many.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
types/lib/associations/has-one.d.ts
0 → 100644
types/lib/associations/index.d.ts
0 → 100644
types/lib/connection-manager.d.ts
0 → 100644
types/lib/data-types.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
types/lib/deferrable.d.ts
0 → 100644
types/lib/errors.d.ts
0 → 100644
types/lib/hooks.d.ts
0 → 100644
types/lib/instance-validator.d.ts
0 → 100644
types/lib/model-manager.d.ts
0 → 100644
types/lib/model.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
types/lib/operators.d.ts
0 → 100644
types/lib/promise.d.ts
0 → 100644
types/lib/query-interface.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
types/lib/query-types.d.ts
0 → 100644
types/lib/sequelize.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
types/lib/sql-string.d.ts
0 → 100644
types/lib/table-hints.d.ts
0 → 100644
types/lib/transaction.d.ts
0 → 100644
types/lib/utils.d.ts
0 → 100644
types/lib/utils/logger.d.ts
0 → 100644
types/lib/utils/validator-extras.d.ts
0 → 100644
types/test/connection.ts
0 → 100644
types/test/define.ts
0 → 100644
types/test/errors.ts
0 → 100644
types/test/findById.ts
0 → 100644
types/test/include.ts
0 → 100644
types/test/models/User.ts
0 → 100644
types/test/models/UserGroup.ts
0 → 100644
types/test/promise.ts
0 → 100644
types/test/query-interface.ts
0 → 100644
types/test/sequelize.ts
0 → 100644
types/test/transaction.ts
0 → 100644
types/test/tsconfig.json
0 → 100644
types/test/usage.ts
0 → 100644
types/test/where.ts
0 → 100644
types/tsconfig.json
0 → 100644
-
Please register or sign in to post a comment