UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

11 lines (8 loc) 257 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * Indicates whether the row is in the header, body or footer of the table. */ export type TableRowType = 'HeaderRow' | 'BodyRow' | 'FooterRow';