UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

14 lines (11 loc) 289 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * The relation between a node and its execution dependency. */ export type ExecutionDependencyRelation = 'Calls' | 'Derives' | 'Imports' | 'Includes' | 'Reads' | 'Uses';