@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
14 lines (7 loc) • 372 B
Markdown
[**/ent-framework**](../README.md)
***
[/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).