DenylistCustomAlertRule type
A custom alert rule that checks if a value (depends on the custom alert type) is denied.
type DenylistCustomAlertRule = ListCustomAlertRule & {
denylistValues: string[]
ruleType: "DenylistCustomAlertRule"
}