aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_data/Notification.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/_data/Notification.ts')
-rw-r--r--frontend/src/app/_data/Notification.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/src/app/_data/Notification.ts b/frontend/src/app/_data/Notification.ts
new file mode 100644
index 00000000..181bb332
--- /dev/null
+++ b/frontend/src/app/_data/Notification.ts
@@ -0,0 +1,8 @@
+export default class Notification {
+ _id: string = '';
+ constructor(
+ public title: string = 'Treniranje u toku...',
+ public id: string = '042',
+ public progress: number = 0.5
+ ) { }
+} \ No newline at end of file