[**@clickup/ent-framework**](../README.md)

***

[@clickup/ent-framework](../globals.md) / RuleDecision

# Type Alias: RuleDecision

> **RuleDecision**: `"ALLOW"` \| `"TOLERATE"` \| `"SKIP"` \| `"DENY"`

Defined in: [src/ent/rules/Rule.ts:9](https://github.com/clickup/ent-framework/blob/master/src/ent/rules/Rule.ts#L9)

Each Rule evaluates to some Decision (or throws).
