// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen/**
* The relation between a node and its execution dependant.
*/
export type ExecutionDependantRelation =
'Assigns' |
'Alters' |
'Declares' |
'Writes';