NotificationTemplate🔗Definition🔗export interface NotificationTemplate { name?: string; provenance?: alerting.Provenance; template?: string; } See also🔗 NotificationTemplateBuilder