UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

11 lines (8 loc) 218 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * The mode of a `Cite`. */ export type CitationMode = 'Parenthetical' | 'Narrative' | 'NarrativeAuthor';