UNPKG

@typespec/openapi3

Version:

TypeSpec library for emitting OpenAPI 3.0 and OpenAPI 3.1 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec

6 lines 410 B
import { OpenApiSpecSpecificProps } from "./openapi-spec-mappings.js"; import { OpenAPISchema3_1 } from "./types.js"; export declare const applyEncoding: OpenApiSpecSpecificProps["applyEncoding"]; export declare const getRawBinarySchema: (contentType?: string) => OpenAPISchema3_1; export declare const isRawBinarySchema: (schema: OpenAPISchema3_1) => boolean; //# sourceMappingURL=openapi-helpers-3-1.d.ts.map