angular-tour-of-heroes/src/app/hero.ts

4 lines
55 B
TypeScript

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