5 lines
52 B
TypeScript
Raw Normal View History

export class Hero {
2015-12-23 09:42:57 -08:00
id: number;
name: string;
}