DeliveryRuleConditionUnion type

type DeliveryRuleConditionUnion =
  | DeliveryRuleCondition
  | DeliveryRuleRemoteAddressCondition
  | DeliveryRuleRequestMethodCondition
  | DeliveryRuleQueryStringCondition
  | DeliveryRulePostArgsCondition
  | DeliveryRuleRequestUriCondition
  | DeliveryRuleRequestHeaderCondition
  | DeliveryRuleRequestBodyCondition
  | DeliveryRuleRequestSchemeCondition
  | DeliveryRuleUrlPathCondition
  | DeliveryRuleUrlFileExtensionCondition
  | DeliveryRuleUrlFileNameCondition
  | DeliveryRuleHttpVersionCondition
  | DeliveryRuleCookiesCondition
  | DeliveryRuleIsDeviceCondition
  | DeliveryRuleSocketAddrCondition
  | DeliveryRuleClientPortCondition
  | DeliveryRuleServerPortCondition
  | DeliveryRuleHostNameCondition
  | DeliveryRuleSslProtocolCondition