UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

21 lines (18 loc) 358 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * A unit in which time can be measured. */ export type TimeUnit = 'Year' | 'Month' | 'Week' | 'Day' | 'Hour' | 'Minute' | 'Second' | 'Millisecond' | 'Microsecond' | 'Nanosecond' | 'Picosecond' | 'Femtosecond' | 'Attosecond';