export type Listener = (event: T) => void; export type Event = { type: N; target: T; };