ListTablesResponse
The `ListTablesResponse` entity.
Definition
TypeScript
interface ListTablesResponse {
tables: Array<{ name: string }>;
}Fields
| Field | Type | Notes |
|---|---|---|
tables | Array<{ name: string; }> | required — All user tables in the database. |
The `ListTablesResponse` entity.
interface ListTablesResponse {
tables: Array<{ name: string }>;
}| Field | Type | Notes |
|---|---|---|
tables | Array<{ name: string; }> | required — All user tables in the database. |