Shared module (alt-shared)InterfacesICustomClientServerEventBranch: Release CandidateICustomClientServerEvent Extend alt.onClient and alt.emitServer auto-completion by merging interfaces.Example declare module 'alt-client' { interface ICustomClientServerEvent { myEvent: (arg1: string, arg2: { key: string, value: number }) }}Export Interface ICustomClientServerEvent
Extend
alt.onClient
andalt.emitServer
auto-completion by merging interfaces.Example
Export
Interface
ICustomClientServerEvent