UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

16 lines (13 loc) 279 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * The type of a `Claim`. */ export type ClaimType = 'Statement' | 'Theorem' | 'Lemma' | 'Proof' | 'Postulate' | 'Hypothesis' | 'Proposition' | 'Corollary';