AnimationTool/app/Interfaces/IPin.ts

5 lines
54 B
TypeScript
Raw Normal View History

2019-09-26 01:59:16 +00:00
export interface IPin {
id: number;
name: string;
}