Move typings to dedicated files
Closed this issue · 0 comments
benslv commented
Common practice to add relevant typings to a .d.ts
file, exporting them from there and importing them where needed.
This would be helpful for the guild.ts
file, for example, as the typings currently take up a lot of space in there and make it a little hard to follow at first.