UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

10 lines (7 loc) 183 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * `string` or `number` */ export type StringOrNumber = string | number;