Skip to content
1 min read · 18 words

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.