AnimationTool/app/Interfaces/IPin.ts

5 lines
54 B
TypeScript

export interface IPin {
id: number;
name: string;
}