UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

5 lines (4 loc) 94 B
export type SchemaBase = { readonly description?: string; readonly title?: string; };