// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen/**
* Indicates the action (create, update or delete) to derive for a `Form`.
*/
export type FormDeriveAction =
'Create' |
'Update' |
'Delete' |
'UpdateOrDelete';