Type Alias ServerEmitEvent

ServerEmitEvent: ((event: string, id: string, data?: any) => void)

shortcut in plugin for this.to(topic).emit(event, id, data)