DataTableResponseObject interface

Data Table which defines columns and raw row values

Properties

columns

List of columns with data types

rows

Raw row values

tableName

Name of the table

Property Details

columns

List of columns with data types

columns?: DataTableResponseColumn[]

Property Value

rows

Raw row values

rows?: string[][]

Property Value

string[][]

tableName

Name of the table

tableName?: string

Property Value

string