aboutsummaryrefslogtreecommitdiff
path: root/src/app/hero.ts
blob: e3eac516daa5099425350994debadc545124922d (plain) (blame)
1
2
3
4
export class Hero {
  id: number;
  name: string;
}