feat(final-docs): GRAND_FINAL_DOCS_REMINDER/SUBMITTED notification types + email template
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -105,6 +105,8 @@ export const NotificationTypes = {
|
||||
FINALIST_WITHDRAWN: 'FINALIST_WITHDRAWN',
|
||||
TRAVEL_CONFIRMED: 'TRAVEL_CONFIRMED',
|
||||
VISA_STATUS_UPDATE: 'VISA_STATUS_UPDATE',
|
||||
GRAND_FINAL_DOCS_REMINDER: 'GRAND_FINAL_DOCS_REMINDER',
|
||||
GRAND_FINAL_DOCS_SUBMITTED: 'GRAND_FINAL_DOCS_SUBMITTED',
|
||||
} as const
|
||||
|
||||
export type NotificationType = (typeof NotificationTypes)[keyof typeof NotificationTypes]
|
||||
|
||||
Reference in New Issue
Block a user