UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

11 lines (8 loc) 260 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * Under which circumstances the document node should be automatically executed. */ export type AutomaticExecution = 'Never' | 'Needed' | 'Always';