aboutsummaryrefslogtreecommitdiff
path: root/src/app/hero.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/hero.ts')
-rw-r--r--src/app/hero.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/hero.ts b/src/app/hero.ts
new file mode 100644
index 0000000..e3eac51
--- /dev/null
+++ b/src/app/hero.ts
@@ -0,0 +1,4 @@
1export class Hero {
2 id: number;
3 name: string;
4}