5 lines
52 B
TypeScript
Raw Normal View History

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