We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fe75a commit a86fc42Copy full SHA for a86fc42
README.md
@@ -129,8 +129,10 @@ fetcher.use(logger)
129
130
- `OpArgType` - Infer argument type of an operation
131
- `OpReturnType` - Infer return type of an operation
132
+- `OpErrorType` - Infer error type of an operation
133
- `FetchArgType` - Argument type of a typed fetch operation
134
- `FetchReturnType` - Return type of a typed fetch operation
135
+- `FetchErrorType` - Return error type of a typed fetch operation
136
137
```ts
138
import { paths, operations } from './petstore'
0 commit comments