Udostępnij przez


DenylistCustomAlertRule type

Niestandardowa reguła alertu, która sprawdza, czy wartość (zależy od niestandardowego typu alertu) jest odrzucana.

type DenylistCustomAlertRule = ListCustomAlertRule & {
  denylistValues: string[]
  ruleType: "DenylistCustomAlertRule"
}