export type Error = { error?: (string | Record | any[]); status?: number; url?: string; };