Appearance
type Keys<T> = T extends DefaultEventMap ? string | symbol : keyof T;
A utility type used to extract the keys from the event map.
T