UNPKG

openapi-ts-json-schema

Version:

Generate TypeScript-first JSON schemas from OpenAPI definitions

5 lines (4 loc) 181 B
import type { SchemaMetaDataMap } from '../types.js'; export declare function saveSchemaFiles({ schemaMetaDataMap, }: { schemaMetaDataMap: SchemaMetaDataMap; }): Promise<void>;