diff --git a/src/Components/Utils/components/fetch-status.ts b/src/Components/Utils/components/fetch-status.ts index ada2d63..9b367a4 100644 --- a/src/Components/Utils/components/fetch-status.ts +++ b/src/Components/Utils/components/fetch-status.ts @@ -1 +1 @@ -export type FetchStatus = "loading" | "idel" | "error"; +export type FetchStatus = "loading" | "idle" | "error" | "refetching";