// 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';