AnimationTool/app/Interfaces/IPositionData.ts

5 lines
59 B
TypeScript

export interface IPositionData {
x: number;
y: number;
}