5 lines
52 B
TypeScript
5 lines
52 B
TypeScript
|
export class Hero {
|
||
|
id: number;
|
||
|
name: string;
|
||
|
}
|