UNPKG

openapi-ts-json-schema

Version:

Generate TypeScript-first JSON schemas from OpenAPI definitions

5 lines (4 loc) 185 B
import type { Plugin } from '../types.js'; type PluginOptions = {}; declare const generateSchemaWith$idPlugin: Plugin<PluginOptions | void>; export default generateSchemaWith$idPlugin;