UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

10 lines (7 loc) 219 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * Indicates whether the cell is a header or data. */ export type TableCellType = 'DataCell' | 'HeaderCell';