import type { TEventListenerFunction } from './TEventListenerFunction.js';
import type { TEventListenerObject } from './TEventListenerObject.js';

export type TEventListener = TEventListenerFunction | TEventListenerObject;
