2017-11-06 10:02:17 -08:00

6 lines
66 B
TypeScript

// #docregion
export class Hero {
id: number;
name: string;
}