DiagnosticDataTableResponseObject interface
Tabella dei dati di diagnostica
Proprietà
columns | Colonne nella tabella |
rows | Righe nella tabella |
table |
Nome tabella |
Dettagli proprietà
columns
Colonne nella tabella
columns?: DiagnosticDataTableResponseColumn[]
Valore della proprietà
rows
Righe nella tabella
rows?: Record<string, unknown>[]
Valore della proprietà
Record<string, unknown>[]
tableName
Nome tabella
tableName?: string
Valore della proprietà
string