ts-json-schema-generator
Version:
Generate JSON schema from your Typescript sources
4 lines (3 loc) • 310 B
TypeScript
import { BaseType } from "../Type/BaseType";
import { TypeFormatter } from "../TypeFormatter";
export declare function getAllOfDefinitionReducer(childTypeFormatter: TypeFormatter, concatArrays: boolean): (definition: import("json-schema").JSONSchema7, baseType: BaseType) => import("json-schema").JSONSchema7;