import type { TwoTouchData } from "./TwoTouchData"; export interface RotationTouchData extends TwoTouchData { rotationAngle: number; }