type EventSpec<EventKey extends ValidNonInteractionKeys> = readonly [
event: EventKey,
options?: RegisterEventOptions
];type EventSpec<EventKey extends ValidNonInteractionKeys> = readonly [
event: EventKey,
options?: RegisterEventOptions
];EventKey
EventKey extends ValidNonInteractionKeysEventKey extends ValidNonInteractionKeys