Skip to content

Commit a86fc42

Browse files
committed
update readme
1 parent 41fe75a commit a86fc42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ fetcher.use(logger)
129129

130130
- `OpArgType` - Infer argument type of an operation
131131
- `OpReturnType` - Infer return type of an operation
132+
- `OpErrorType` - Infer error type of an operation
132133
- `FetchArgType` - Argument type of a typed fetch operation
133134
- `FetchReturnType` - Return type of a typed fetch operation
135+
- `FetchErrorType` - Return error type of a typed fetch operation
134136

135137
```ts
136138
import { paths, operations } from './petstore'

0 commit comments

Comments
 (0)