2015-12-19 14:27:59 -08:00

5 lines
56 B
TypeScript

export interface Hero {
id: number;
name: string;
}