You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`OpArgType` - Infer argument type of an operation
157
-
-`OpReturnType` - Infer return type of an operation
158
-
-`OpErrorType` - Infer error type of an operation
159
-
-`FetchArgType` - Argument type of a typed fetch operation
160
-
-`FetchReturnType` - Return type of a typed fetch operation
161
-
-`FetchErrorType` - Error type of a typed fetch operation
162
-
-`TypedFetch` - Fetch operation type
158
+
*`OpArgType` - Infer argument type of an operation
159
+
*`OpReturnType` - Infer return type of an operation
160
+
*`OpErrorType` - Infer error type of an operation
161
+
*`FetchArgType` - Argument type of a typed fetch operation
162
+
*`FetchReturnType` - Return type of a typed fetch operation
163
+
*`FetchErrorType` - Error type of a typed fetch operation
164
+
*`TypedFetch` - Fetch operation type
163
165
164
166
```ts
165
167
import { paths, operations } from'./petstore'
@@ -183,7 +185,7 @@ type Err = FetchErrorType<typeof findPetsByStatus>
183
185
184
186
### Utility Methods
185
187
186
-
-`arrayRequestBody` - Helper to merge params when request body is an array [see issue](https://github.com/ajaishankar/openapi-typescript-fetch/issues/3#issuecomment-952963986)
188
+
* `arrayRequestBody` - Helper to merge params when request body is an array [see issue](https://github.com/ajaishankar/openapi-typescript-fetch/issues/3#issuecomment-952963986)
0 commit comments