Interface: TableFormat<T>
TableFormat represents a object with rows and columns.
Type parameters
Properties
columns
• columns: { name
: string
}[]
Defined in
@tableland/sdk/src/validator/query.ts:15
rows
• rows: ValueOf
<T
>[]
Defined in
@tableland/sdk/src/validator/query.ts:14