UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

10 lines (7 loc) 250 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * Indicates how a block (usually a `CodeChunk`) should be automatically labelled. */ export type LabelType = 'FigureLabel' | 'TableLabel';