UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

5 lines (4 loc) 316 B
import type { Definition } from "../Schema/Definition.js"; import type { BaseType } from "../Type/BaseType.js"; import type { TypeFormatter } from "../TypeFormatter.js"; export declare function getAllOfDefinitionReducer(childTypeFormatter: TypeFormatter): (definition: Definition, baseType: BaseType) => Definition;