microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

use same signature for model function & ts type #100

Closed Meir017 closed 6 years ago

Meir017 commented 6 years ago

declare function signature only once not completely sure about this but the idea makes sense, maybe there is a cleaner way to do this?

bowdenk7 commented 6 years ago

looks good to me, thanks!