AnimationTool/app/Interfaces/IFramePinData.ts

7 lines
82 B
TypeScript

export interface IFramePinData {
[id: number]: {
x: number;
y: number;
};
}