export interface UnitInteractionData { readonly timeStamp: number; readonly target: EventTarget | null; readonly currentTarget: EventTarget | null; }