---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/validation/types/type-aliases/BlockingOrderingRuleType.md
description: The rule types that are permitted to feed the nack/throw path.
---

# Type Alias: BlockingOrderingRuleType

```ts
type BlockingOrderingRuleType = Exclude<
  OrderingRule["type"],
  "staleContentAdvisory"
>;
```

Defined in: [src/batteries/validation/types.ts:231](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/validation/types.ts#L231)

The rule types that are permitted to feed the nack/throw path.
