export type Error = { code: string | null; message: string; param: string | null; type: string; };