import { PointOnShape } from '../point-on-shape/point-on-shape.js';


/** @internal */
type TXForDebugging = { 
    x: number[]; 
    y: PointOnShape; 
    z: PointOnShape; 
    t: number; 
}


export { TXForDebugging }
