fix fetch status idle error

This commit is contained in:
Km.Van
2026-07-13 10:46:36 +08:00
parent c2d2b39427
commit 352e75ff25
@@ -1 +1 @@
export type FetchStatus = "loading" | "idel" | "error";
export type FetchStatus = "loading" | "idle" | "error" | "refetching";