@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
20 lines (11 loc) • 477 B
Markdown
[**/ent-framework**](../README.md)
***
[/ent-framework](../globals.md) / CountInput
# Type Alias: CountInput\<TTable\>
> **CountInput**\<`TTable`\>: [`Where`](Where.md)\<`TTable`\>
Defined in: [src/types.ts:327](https://github.com/clickup/ent-framework/blob/master/src/types.ts#L327)
Table -> { f: 10, [$or]: [ { f2: "a }, { f3: "b""} ], $literal: ["x=?", 1] }
## Type Parameters
| Type Parameter |
| ------ |
| `TTable` *extends* [`Table`](Table.md) |