Table
type Table = { children?: TableRow[]; id?: string; key?: string; type: 'Table';};Properties
Section titled “Properties”children?
Section titled “children?”optional children: TableRow[];optional id: string;optional key: string;type: 'Table';