UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

5 lines (4 loc) 178 B
import type { SubTypeFormatter } from "./SubTypeFormatter.js"; export interface MutableTypeFormatter { addTypeFormatter(formatter: SubTypeFormatter): MutableTypeFormatter; }