Type Alias github_webhook::payload_types::TeamNotificationSetting
source · pub type TeamNotificationSetting = TeamParentNotificationSetting;
Aliased Type§
enum TeamNotificationSetting {
NotificationsDisabled,
NotificationsEnabled,
}