Type alias DispatchEventMap

DispatchEventMap: {
    [K in AnyDispatchPacket as K["t"]]: K["d"]
}