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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user