shokanduel / webapp

Shokan Duel frontend/backend webapp.
GNU Affero General Public License v3.0
2 stars 2 forks source link

Rename api-interfaces Library #5

Open ethanmassie opened 3 years ago

ethanmassie commented 3 years ago

The api-interfaces library was generated by npx. I think it would make more sense if it was named dto-types. Renaming will require updating the directory in lib as well as the paths entry in tsconfig.base.json. The lib name should be @shokanduel/dto-types.

We should probably deploy this lib to npmjs and version it the same as the api version. That way if people want to make custom clients with TS the dtos are already typed for them.