mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-27 11:16:03 +00:00
feat(pdl): Add Microsoft Teams as a new notification sink type (#15186)
This commit is contained in:
parent
523555167a
commit
e06d37e86e
@ -12,5 +12,10 @@ enum NotificationSinkType {
|
||||
/**
|
||||
* Email target type.
|
||||
*/
|
||||
EMAIL
|
||||
EMAIL,
|
||||
|
||||
/**
|
||||
* Microsoft Teams target type.
|
||||
*/
|
||||
TEAMS
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user