import { GameObjectEventMap } from '../../../util/emit/GameObjectEventMap'; import { Types } from 'phaser'; export type GameObjectEventMapEmitsOptions = { [P in keyof typeof GameObjectEventMap]: Types.Input.EventData[]; };