export type fetchState = "idle" | "loading" | "error" | "success";
