@waylis/core / Table
Interface: Table
Defined in: src/message/types.ts:32
Simple tabular data structure.
Properties
body
ts
body: (string | number)[][];
Defined in: src/message/types.ts:36
Table rows (values per column).
head
ts
head: string[];
Defined in: src/message/types.ts:34
Column headers.