chore(types,notification): Make template nullable on emails (#13889)

* chore: Make template nullable on emails

* Create curvy-lamps-float.md
This commit is contained in:
Oli Juhl
2025-10-29 18:36:06 +01:00
committed by GitHub
parent ef7b9b9375
commit 01ee437926
6 changed files with 61 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ export interface CreateNotificationDTO {
/**
* The template name in the provider's system.
*/
template: string
template?: string | null
/**
* The data that gets passed over to the provider for rendering the notification.
*/