Description
Type states response argument is always defined, but in fact it isn't:
// client.gen.ts
for (const fn of interceptors.error.fns) {
if (fn) {
finalError = (await fn(error, undefined as any, request, opts)) as unknown;
}
}
Reproducible example or configuration
No response
OpenAPI specification (optional)
No response
System information (optional)
No response
Description
Type states response argument is always defined, but in fact it isn't:
Reproducible example or configuration
No response
OpenAPI specification (optional)
No response
System information (optional)
No response