altmp / altv-types

Type definitions for the alt:V JavaScript modules.
https://www.npmjs.com/~vadzz
MIT License
30 stars 75 forks source link

Do not allow any function to subscribe to an alt:V event #131

Closed xxshady closed 2 years ago

xxshady commented 2 years ago

Fixes wrong use of alt.on with alt:V events:

alt.on('removeEntity', (entity: string) => {}) // error now

Also added utility type for interfaces (e.g. can be used for alt:V meta later)

xxshady commented 2 years ago

thanks 795698930603262022