mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
5 lines
55 B
TypeScript
5 lines
55 B
TypeScript
export class Hero {
|
|
id: number;
|
|
name: string;
|
|
}
|