Client module (alt-client)InterfacesICustomEmitEventICustomEmitEvent Extend alt.emit auto-completion by merging interfaces for use with alt.emit.Example declare module 'alt-client' { interface ICustomEmitEvent { myEvent: (arg1: string, arg2: { key: string, value: number }) }}Export Interface ICustomEmitEvent
Extend
alt.emit
auto-completion by merging interfaces for use withalt.emit
.Example
Export
Interface
ICustomEmitEvent