Commit 8394c8b
docs(vanilla typescript): Fix the return type of the exec function (#10360)
* docs(vanilla typescript): Fix the return type of the exec function
When working through the vanilla typescript example I found that the shape of the data actually returned by the fetch was `result.data.
* run prettier
* improve type import
---------
Co-authored-by: Brooke Hatton <[email protected]>
Co-authored-by: Brooke Hatton <[email protected]>
Co-authored-by: Eddy Nguyen <[email protected]>1 parent 3188b8c commit 8394c8b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
206 | | - | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
0 commit comments