// 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.
*/
exporttype NoteType =
'Footnote' |
'Endnote' |
'Sidenote';