UNPKG

@stencila/types

Version:

JavaScript classes and TypeScript types for the Stencila Schema

12 lines (9 loc) 235 B
// Generated file; do not edit. See https://github.com/stencila/stencila/tree/main/rust/schema-gen /** * A `roleName` for an `AuthorRole`. */ export type AuthorRoleName = 'Writer' | 'Instructor' | 'Prompter' | 'Generator';