Skip to content

@waylis/core


@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).


ts
head: string[];

Defined in: src/message/types.ts:34

Column headers.

Released under the MIT License.