UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

12 lines (9 loc) 274 B
// 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';