AnimationTool/app/Interfaces/IPinDefinition.ts

5 lines
64 B
TypeScript

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