UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

14 lines (11 loc) 248 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * The severity level of a message. */ export type MessageLevel = 'Trace' | 'Debug' | 'Info' | 'Warning' | 'Error' | 'Exception';