UNPKG

swagger-typescript

Version:

An auto ts/js code generate from swagger/openApi

4 lines 225 B
import type { SwaggerJson } from "./types.mjs"; declare function partialUpdateJson(input: SwaggerJson, newJson: SwaggerJson, tag: string[]): SwaggerJson; export { partialUpdateJson }; //# sourceMappingURL=updateJson.d.mts.map