UNPKG

openapi-typescript

Version:

Generate TypeScript types from Swagger OpenAPI specs

3 lines (2 loc) 137 B
import { GlobalContext } from "../types"; export declare function transformAll(schema: any, ctx: GlobalContext): Record<string, string>;