Server module (alt-server)InterfacesICustomClientServerRpcBranch: DevelopmentICustomClientServerRpc Extend alt.onRpc and alt.emitRpc auto-completion by merging interfaces.Example declare module 'alt-client' { interface ICustomClientServerRpc { myRpc: (arg1: string, arg2: { key: string, value: number }): Promise<boolean> }}Export Interface ICustomClientServerRpc
Extend
alt.onRpc
andalt.emitRpc
auto-completion by merging interfaces.Example
Export
Interface
ICustomClientServerRpc