pizzatool/frontend/m-ang/angular-tour-of-heroes/src/app/hero.ts

5 lines
60 B
TypeScript

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