Skip to content

Commit 2601b53

Browse files
author
Marco Monti
committed
feat(next-drupal): removed extended type 'JsonApiWithNextFetchOptions' from FetchOptions interface
1 parent 9d81656 commit 2601b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-drupal/src/types/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type Locale = string
66

77
export type PathPrefix = string
88

9-
export interface FetchOptions extends RequestInit, JsonApiWithNextFetchOptions {
9+
export interface FetchOptions extends RequestInit {
1010
withAuth?: boolean | NextDrupalAuth
1111
}
1212

0 commit comments

Comments
 (0)