egg-sequelize icon indicating copy to clipboard operation
egg-sequelize copied to clipboard

Update index.d.ts

Open finntenzor opened this issue 6 years ago • 1 comments

Support customize sequelize for typescript.

Checklist
  • [ ] npm test passes
  • [ ] tests and/or benchmarks are included
  • [ ] documentation is changed or added
  • [ ] commit message follows commit guidelines
Affected core subsystem(s)

Only affected your code tips if you use typescript.

Description of change

Add the Sequelize options declare. It was supported long time ago but not mentioned in the index.d.ts.

finntenzor avatar Sep 03 '19 11:09 finntenzor

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@683298d). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #80   +/-   ##
=========================================
  Coverage          ?   84.37%           
=========================================
  Files             ?        4           
  Lines             ?       64           
  Branches          ?        0           
=========================================
  Hits              ?       54           
  Misses            ?       10           
  Partials          ?        0

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 683298d...1ab2e4e. Read the comment docs.

codecov[bot] avatar Sep 03 '19 11:09 codecov[bot]