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

***

[@clickup/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) |
