6 lines
70 B
TypeScript

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