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