Package version:

Interface DiagnosticDataTableResponseObject

Diagnostics data table

interface DiagnosticDataTableResponseObject {
    columns?: DiagnosticDataTableResponseColumn[];
    rows?: Record<string, unknown>[];
    tableName?: string;
}

Properties

Columns in the table

rows?: Record<string, unknown>[]

Rows in the table

tableName?: string

Table name