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

***

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

# Type Alias: Row\<TTable\>

> **Row**\<`TTable`\>: [`RowWithID`](RowWithID.md) & `{ [K in Field<TTable>]: Value<TTable[K]> }`

Defined in: [src/types.ts:183](https://github.com/clickup/ent-framework/blob/master/src/types.ts#L183)

Table -> Row deduction (no symbols).

## Type Parameters

| Type Parameter |
| ------ |
| `TTable` *extends* [`Table`](Table.md) |
