angular-tour-of-heroes/src/app/hero.ts
2022-09-20 15:58:37 +02:00

4 lines
57 B
TypeScript

export interface Hero {
id: number
name: string
}