@stencila/types
Version:
JavaScript classes and TypeScript types for the Stencila Schema
13 lines (9 loc) • 310 B
text/typescript
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen
import { type CreativeWorkType } from "./CreativeWorkType.js";
import { type Text } from "./Text.js";
/**
* `CreativeWorkType` or `Text`
*/
export type CreativeWorkTypeOrText =
CreativeWorkType |
Text;