export type Status = "idle" | "loading" | "warning" | "success" | "error";