mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Add sending meeting email to postulants
This commit is contained in:
@@ -6,6 +6,8 @@ export class Misc {
|
||||
|
||||
meetingTitle = ""
|
||||
|
||||
meetingUrl = ""
|
||||
|
||||
discordInvitation = ""
|
||||
}
|
||||
|
||||
@@ -13,6 +15,7 @@ export const translationMisc: { [k in keyof Misc]: string } = {
|
||||
id: "id",
|
||||
meetingId: "rencontreId",
|
||||
meetingTitle: "rencontreTitre",
|
||||
meetingUrl: "rencontreUrl",
|
||||
discordInvitation: "invitationDiscord",
|
||||
}
|
||||
|
||||
@@ -24,6 +27,7 @@ export interface MiscMeetingDate {
|
||||
id: Misc["id"]
|
||||
meetingId: Misc["meetingId"]
|
||||
meetingTitle: Misc["meetingTitle"]
|
||||
meetingUrl: Misc["meetingUrl"]
|
||||
}
|
||||
|
||||
export interface MiscDiscordInvitation {
|
||||
|
Reference in New Issue
Block a user