@clickup/ent-framework
Version:
A PostgreSQL graph-database-alike library with microsharding and row-level security
18 lines (9 loc) • 361 B
Markdown
[**/ent-framework**](../README.md)
***
[/ent-framework](../globals.md) / Table
# Type Alias: Table
> **Table**: `object`
Defined in: [src/types.ts:88](https://github.com/clickup/ent-framework/blob/master/src/types.ts#L88)
{ id: Spec, name: Spec, ... } - table columns.
## Index Signature
\[`K`: `string` \| `symbol`\]: [`Spec`](Spec.md)