diff --git a/src/lib/swr.ts b/src/lib/swr.ts index 55afeb1..e159a16 100644 --- a/src/lib/swr.ts +++ b/src/lib/swr.ts @@ -6,6 +6,7 @@ import { cache } from "./cache"; import { decreaseFetching, increaseFetching } from "./indicator"; interface SWROptions { + enabled: boolean; initialData?: () => T; // revalidateOnFocus?: boolean; // revalidateOnReconnect?: boolean;