Skip to content

Commit

Permalink
docs: add missing retryStatusCodes
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Sep 26, 2024
1 parent 9563c4a commit 6c007b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/use-fetch-like.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ type UseApiDataOptions<T> = Pick<
| 'method'
| 'retry'
| 'retryDelay'
| 'retryStatusCodes'
| 'timeout'
> & {
path?: MaybeRefOrGetter<Record<string, string>>
Expand Down

0 comments on commit 6c007b1

Please sign in to comment.