7 lines
83 B
TypeScript
Raw Normal View History

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