@stencila/types
Version:
JavaScript classes and TypeScript types for the Stencila Schema
39 lines (36 loc) • 714 B
text/typescript
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen
export type ExecutableType =
| "Article"
| "Button"
| "CallArgument"
| "CallBlock"
| "CodeChunk"
| "CodeExecutable"
| "CodeExpression"
| "ForBlock"
| "Form"
| "IfBlock"
| "IfBlockClause"
| "IncludeBlock"
| "Instruction"
| "InstructionBlock"
| "InstructionInline"
| "Parameter";
export const ExecutableTypeList = [
"Article",
"Button",
"CallArgument",
"CallBlock",
"CodeChunk",
"CodeExecutable",
"CodeExpression",
"ForBlock",
"Form",
"IfBlock",
"IfBlockClause",
"IncludeBlock",
"Instruction",
"InstructionBlock",
"InstructionInline",
"Parameter",
];