@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
20 lines (11 loc) • 507 B
Markdown
[**/ent-framework**](../README.md)
***
[/ent-framework](../globals.md) / UpdateField
# Type Alias: UpdateField\<TTable\>
> **UpdateField**\<`TTable`\>: `Exclude`\<keyof `TTable`, keyof [`RowWithID`](RowWithID.md)\>
Defined in: [src/types.ts:222](https://github.com/clickup/ent-framework/blob/master/src/types.ts#L222)
Update: Table -> "field1" | "created_at" | "updated_at" | ... deduction.
## Type Parameters
| Type Parameter |
| ------ |
| `TTable` *extends* [`Table`](Table.md) |