UNPKG

openapi-typescript

Version:

Convert OpenAPI 3.0 & 3.1 schemas to TypeScript

3 lines (2 loc) 163 B
import type { GlobalContext, OpenAPI3 } from "../types.js"; export declare function transformSchema(schema: OpenAPI3, ctx: GlobalContext): Record<string, string>;