Tomáš Sokáč

Results 1 comments of Tomáš Sokáč

My workaround utils/openapi.ts ```ts import { OpenAPIV3 } from 'openapi-types'; import PathsObject = OpenAPIV3.PathsObject; import ParameterObject = OpenAPIV3.ParameterObject; export function getModifiedOpenApiDocs(openApiDocument: OpenAPIV3.Document) { const newOpenApiDocument: OpenAPIV3.Document = { ...openApiDocument };...