a61b497759b75e1d9c3bac51bab9fc3c203e5d7d
[examples/angular-tour-of-heroes] / hero.ts
1 export interface Hero {
2   id: number;
3   name: string;
4 }