diff --git a/_internal/types.ts b/_internal/types.ts index 03f146756..22fb851b7 100644 --- a/_internal/types.ts +++ b/_internal/types.ts @@ -111,10 +111,6 @@ export interface SWRHook { config: SWRConfiguration> | undefined ): SWRResponse (key: Key): SWRResponse - ( - key: Key, - fetcher: BareFetcher | null - ): SWRResponse ( key: Key, config: SWRConfiguration> | undefined