Server module (alt-server)InterfacesICustomServerClientEventBranch: DevelopmentICustomServerClientEvent Extend alt.emitServer and alt.onServer auto-completion by merging interfaces.Example declare module 'alt-client' { interface ICustomServerClientEvent { myEvent: (arg1: string, arg2: { key: string, value: number }) }}Export Interface ICustomServerClientEvent
Extend
alt.emitServer
andalt.onServer
auto-completion by merging interfaces.Example
Export
Interface
ICustomServerClientEvent