Tomato6966 / lavalink-client

Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.
https://tomato6966.github.io/lavalink-client/
MIT License
48 stars 13 forks source link

[Suggestion] Export interfaces #32

Closed EvilG-MC closed 2 months ago

EvilG-MC commented 3 months ago

I do not know if there is a possibility to export the following interfaces:

Why? Usually for typescript users, to be able to use the types correctly to make an event handler, because you need to create the types manually and that is not very maintainable.

Tomato6966 commented 2 months ago

you wouldn't need to access those interfaces as they are getting suggested if you write the "on" or "once" statement image

image

But i can export them if that makes you happier

EvilG-MC commented 2 months ago

I would really appreciate it.

EvilG-MC commented 2 months ago

Thank you!