Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICustomEmitEvent

Extend alt.emit auto-completion by merging interfaces for use with alt.emit.

example
declare module 'alt-server' {
   interface ICustomEmitEvent {
       myEvent: (arg1: string, arg2: { key: string, value: number })
   }
}
export
interface

ICustomEmitEvent

Hierarchy

  • ICustomEmitEvent