DiagnosticDataTableResponseObject interface
Tanılama veri tablosu
Özellik Ayrıntıları
columns
Tablodaki sütunlar
columns?: DiagnosticDataTableResponseColumn[]
Özellik Değeri
rows
Tablodaki satırlar
rows?: Record<string, unknown>[]
Özellik Değeri
Record<string, unknown>[]
tableName
Tablo adı
tableName?: string
Özellik Değeri
string