DiagnosticDataTableResponseObject interface
Diagnostics data table
Properties
columns | Columns in the table |
rows | Rows in the table |
table |
Table name |
Property Details
columns
Columns in the table
columns?: DiagnosticDataTableResponseColumn[]
Property Value
rows
Rows in the table
rows?: Record<string, unknown>[]
Property Value
Record<string, unknown>[]
tableName
Table name
tableName?: string
Property Value
string