mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Add sending notifications for new announcements
This commit is contained in:
@@ -8,6 +8,8 @@ export class Announcement {
|
||||
title = ""
|
||||
|
||||
url = ""
|
||||
|
||||
informedWithNotif = false
|
||||
}
|
||||
|
||||
export const translationAnnouncement: { [k in keyof Announcement]: string } = {
|
||||
@@ -16,6 +18,7 @@ export const translationAnnouncement: { [k in keyof Announcement]: string } = {
|
||||
type: "type",
|
||||
title: "titre",
|
||||
url: "url",
|
||||
informedWithNotif: "informéAvecUneNotif",
|
||||
}
|
||||
|
||||
export const elementName = "Announcement"
|
||||
|
Reference in New Issue
Block a user