共用方式為


DenylistCustomAlertRule type

自定義警示規則,會檢查值是否遭到拒絕(取決於自定義警示類型)。

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