UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

14 lines (11 loc) 225 B
import { Article } from '../types' export const minimal: Article = { type: 'Article', title: '', authors: [] } export const simple: Article = { type: 'Article', title: 'The title of this article', authors: [] }