Skip to content

Commit b5fa6a8

Browse files
committed
Remove TUseFetchResult type declaration from README
1 parent 8a4ca61 commit b5fa6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ useFetch(
5757
```
5858
where `TUseFetchResult` is:
5959
```javascript
60-
type TUseFetchResult<T> = {
60+
{
6161
data: any,
6262
isLoading: boolean,
6363
error: any

0 commit comments

Comments
 (0)