ListTablesResponse

The `ListTablesResponse` entity.

Definition

TypeScript
interface ListTablesResponse {
  tables: Array<{ name: string }>;
}

Fields

FieldTypeNotes
tablesArray<{ name: string; }>required — All user tables in the database.