UNPKG

ts-json-schema-generator

Version:

Generate JSON schema from your Typescript sources

9 lines (8 loc) 233 B
import { JSONSchema7Definition } from "json-schema"; export declare function deepMerge(a: { [key: string]: JSONSchema7Definition; }, b: { [key: string]: JSONSchema7Definition; }): { [x: string]: JSONSchema7Definition; };