UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

12 lines (8 loc) 232 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen import { type Integer } from "./Integer.js"; /** * `Integer` or `string` */ export type IntegerOrString = Integer | string;