Skip to content

Commit

Permalink
docs: Fix import of typing in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCCC committed Sep 23, 2024
1 parent 758082b commit 7375ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ interface BookPathParams {

```typescript
// api.ts
import type { DefaultEndpoints } from 'fetchff';
import type { Endpoint } from 'fetchff';
import { createApiFetcher } from 'fetchff';

const endpoints = {
Expand Down

0 comments on commit 7375ae0

Please sign in to comment.