/** * Defines a map of event names to their payload types. * @remarks * Use this interface to specify the shape of events for TypedEventEmitter. */ export type EventMap = Record;