Developer-DAO / DAO-job-board

A job board connecting DAOs with talent.
https://devdao-job-board.vercel.app/
82 stars 34 forks source link

Add guide on README to use TypeScript type definitions #121

Open carlomigueldy opened 2 years ago

carlomigueldy commented 2 years ago

Overview

I have noticed there were local defined data models or types and it was violating DRY principle. I'll need to write a good guide on README to encourage usage on the TypeScript type declarations. The PR #116 comes with auto generating types on the fly thanks for resolving this @JoviDeCroock