mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1217c6b7cc
Fixes #21186 PR Close #34022
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
export interface Hero {
|
|
id: number;
|
|
name: string;
|
|
}
|