json-schema-to-ts
Version:
Infer typescript types from your JSON schemas!
5 lines (4 loc) • 409 B
TypeScript
export type { DeserializationPattern } from "./deserializationPattern";
export type { JSONSchema, JSONSchemaType, JSONSchemaReference, } from "./jsonSchema";
export type { FromSchemaOptions, FromExtendedSchemaOptions, FromSchemaDefaultOptions, } from "./fromSchemaOptions";
export type { JSONSchemaExtension, ExtendedJSONSchema, ExtendedJSONSchemaReference, UnextendJSONSchema, } from "./extendedJsonSchema";