Add sending meeting email to postulants

This commit is contained in:
pikiou
2022-05-04 01:28:19 +02:00
parent 18c6f75511
commit 1c439b1206
4 changed files with 73 additions and 2 deletions

View File

@@ -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 {