UNPKG

openapi-typescript

Version:

Convert OpenAPI 3.0 & 3.1 schemas to TypeScript

4 lines (3 loc) 212 B
import ts from "typescript"; import { ComponentsObject, GlobalContext } from "../types.js"; export default function transformComponentsObject(componentsObject: ComponentsObject, ctx: GlobalContext): ts.TypeNode;