diff options
author | DESKTOP-S0O2C44\ROG <ivan996sk@gmail.com> | 2022-04-06 23:26:45 +0200 |
---|---|---|
committer | DESKTOP-S0O2C44\ROG <ivan996sk@gmail.com> | 2022-04-06 23:26:45 +0200 |
commit | 07eb321090326a13d997b0c6380d5cb02463f5a2 (patch) | |
tree | de0cabcf71cc3bb6c37a9b5285f200ef825a7054 /frontend/src/app/_data/Notification.ts | |
parent | 50ded629f0d85b8e998780aef8adf09f09d6d232 (diff) | |
parent | 82f95737f31134ca9e2a811f428d19bc7fdd5b43 (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_data/Notification.ts')
-rw-r--r-- | frontend/src/app/_data/Notification.ts | 8 |
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 |