UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

5 lines (4 loc) 315 B
import { Definition } from "../Schema/Definition"; import { BaseType } from "../Type/BaseType"; import { TypeFormatter } from "../TypeFormatter"; export declare function getAllOfDefinitionReducer(childTypeFormatter: TypeFormatter): (definition: Definition, baseType: BaseType) => import("json-schema").JSONSchema7;