Type Alias: BlockingOrderingRuleType
ts
type BlockingOrderingRuleType = Exclude<
OrderingRule["type"],
"staleContentAdvisory"
>;Defined in: src/batteries/validation/types.ts:231
The rule types that are permitted to feed the nack/throw path.