angular-cn/public/docs/_examples/toh-5/ts/app/hero.ts

5 lines
56 B
TypeScript
Raw Normal View History

2015-12-23 12:42:57 -05:00
export interface Hero {
id: number;
name: string;
}