Tobi

Results 2 issues of Tobi

**Description** types are not enforced with typescript `5.5.3` **Reproduction** `src/repro.ts` ```ts import createClient from 'openapi-fetch'; import type { paths } from 'petstore'; // generated via npx openapi-typescript https://petstore3.swagger.io/api/v3/openapi.yaml -o src/petstore.d.ts...

bug
openapi-fetch

## Changes - allows to specify a custom `Request` class - for more information around the motivation see #1563 - build on the foundation of #1593 ## How to Review...