CMU-17313Q / NodeBB-f23

GNU General Public License v3.0
0 stars 39 forks source link

Converted src/messaging/notifications from JS to TS #86

Open mahaaaln opened 1 year ago

mahaaaln commented 1 year ago

I converted the notifications.js file from JS to TS (issue #33) in the message folder. I added import statements, type annotations, created interfaces and initialized properties.