export interface ResponseError { code: number; details: string; field: string; message: string; }