feat(pdl): Add Microsoft Teams as a new notification sink type (#15186)

This commit is contained in:
Anush Kumar 2025-11-03 13:27:26 -08:00 committed by GitHub
parent 523555167a
commit e06d37e86e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,5 +12,10 @@ enum NotificationSinkType {
/**
* Email target type.
*/
EMAIL
EMAIL,
/**
* Microsoft Teams target type.
*/
TEAMS
}