UNPKG

openapi-typescript

Version:

Convert OpenAPI 3.0 & 3.1 schemas to TypeScript

3 lines (2 loc) 177 B
import type { ComponentsObject, GlobalContext } from "../types.js"; export default function transformComponentsObject(components: ComponentsObject, ctx: GlobalContext): string;