@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
18 lines (10 loc) • 461 B
Markdown
[**@clickup/ent-framework**](../README.md)
***
[@clickup/ent-framework](../globals.md) / LoadRule
# Type Alias: LoadRule\<TInput\>
> **LoadRule**\<`TInput`\>: [`AllowIf`](../classes/AllowIf.md)\<`TInput`\> \| [`DenyIf`](../classes/DenyIf.md)\<`TInput`\>
Defined in: [src/ent/Validation.ts:24](https://github.com/clickup/ent-framework/blob/master/src/ent/Validation.ts#L24)
## Type Parameters
| Type Parameter |
| ------ |
| `TInput` *extends* `object` |