UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

5 lines (3 loc) 160 B
import type { JSONSchema7Type, JSONSchema7TypeName } from "json-schema"; export type RawType = JSONSchema7Type; export type RawTypeName = JSONSchema7TypeName;