npx @hey-api/openapi-ts \ -c @hey-api/client-fetch \ -i path/to/openapi.json \ -o src/client \ Congratulations on creating your first client! 🎉 You can learn more about the generated files on the ...
Take https://stackblitz.com/edit/hey-api-client-fetch-example and adopt "openapi-ts.config.ts" as follows: import { defineConfig } from '@hey-api/openapi-ts'; export ...