UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

11 lines (8 loc) 273 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * The type of a `Note` which determines where the note content is displayed within the document. */ export type NoteType = 'Footnote' | 'Endnote' | 'Sidenote';