import type { PointsData } from "./PointsData"; import type { TouchData } from "./TouchData"; export type TapsData = PointsData;