UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

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